Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/1Panel-dev/MaxKB
/ SpeechToTextRequest
Class
SpeechToTextRequest
apps/application/serializers/application.py:890–891 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
888
889
890
class
SpeechToTextRequest(serializers.Serializer):
891
file = UploadedFileField(required=True, label=_(
"file"
))
892
893
894
class
PlayDemoTextRequest(serializers.Serializer):
Callers
1
speech_to_text
Method · 0.85
Calls
1
UploadedFileField
Class · 0.90
Tested by
no test coverage detected