File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ py-cpuinfo
99transformers >= 4.48.2 # Required for Bamba model and Transformers backend.
1010tokenizers >= 0.19.1 # Required for Llama 3.
1111protobuf # Required by LlamaTokenizer.
12- fastapi[standard] >= 0.107.0, < 0.113.0; python_version < '3.9'
13- fastapi[standard] >= 0.107.0, != 0.113.*, != 0.114.0; python_version >= '3.9'
12+ fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
1413aiohttp
1514openai >= 1.52.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
1615pydantic >= 2.9
Original file line number Diff line number Diff line change @@ -1448,7 +1448,7 @@ class UnloadLoraAdapterRequest(BaseModel):
14481448
14491449class TranscriptionRequest (OpenAIBaseModel ):
14501450 # Ordered by official OpenAI API documentation
1451- #https://platform.openai.com/docs/api-reference/audio/createTranscription
1451+ # https://platform.openai.com/docs/api-reference/audio/createTranscription
14521452
14531453 file : UploadFile
14541454 """
You can’t perform that action at this time.
0 commit comments