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.
test_streaming_response
1 parent 4b86f92 commit f2f829eCopy full SHA for f2f829e
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 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
+openai >= 1.52.0, <= 1.90.0 # Ensure modern openai package (ensure types module present 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