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 e3c876d commit dd16bdcCopy full SHA for dd16bdc
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.87.0 # Ensure modern openai package (ensure ResponsePrompt exists in type.responses and max_completion_tokens field support)
+openai >= 1.98.0 # For Responses API with reasoning content
17
pydantic >= 2.10
18
prometheus_client >= 0.18.0
19
pillow # Required for image processing
0 commit comments