Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
f954fe0e
Unverified
Commit
f954fe0e
authored
Dec 19, 2024
by
Kunshang Ji
Committed by
GitHub
Dec 18, 2024
Browse files
[FIX] update openai version (#11287)
Signed-off-by:
Kunshang Ji
<
kunshang.ji@intel.com
>
parent
362cff1e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
requirements-common.txt
requirements-common.txt
+1
-1
No files found.
requirements-common.txt
View file @
f954fe0e
...
...
@@ -11,7 +11,7 @@ protobuf # Required by LlamaTokenizer.
fastapi >= 0.107.0, < 0.113.0; python_version < '3.9'
fastapi >= 0.107.0, != 0.113.*, != 0.114.0; python_version >= '3.9'
aiohttp
openai >= 1.
4
5.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
openai >= 1.5
2
.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
uvicorn[standard]
pydantic >= 2.9 # Required for fastapi >= 0.113.0
prometheus_client >= 0.18.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment