We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448acad commit 4ff79a1Copy full SHA for 4ff79a1
requirements/common.txt
@@ -13,7 +13,7 @@ tokenizers >= 0.21.1 # Required for fast incremental detokenization.
13
protobuf # Required by LlamaTokenizer.
14
fastapi[standard] >= 0.115.0 # Required by FastAPI's form models in the OpenAI API server's audio transcriptions endpoint.
15
aiohttp
16
-openai >= 1.52.0, <= 1.90.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
+openai >= 1.87.0, <= 1.90.0 # Ensure modern openai package (ensure ResponsePrompt exists in type.responses and max_completion_tokens field support)
17
pydantic >= 2.10
18
prometheus_client >= 0.18.0
19
pillow # Required for image processing
0 commit comments