"vscode:/vscode.git/clone" did not exist on "e046b382e7dc0dbe0d2e5bf8c72325bbfa396b15"
Unverified Commit f954fe0e authored by Kunshang Ji's avatar Kunshang Ji Committed by GitHub
Browse files

[FIX] update openai version (#11287)


Signed-off-by: default avatarKunshang Ji <kunshang.ji@intel.com>
parent 362cff1e
......@@ -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.45.0 # Ensure modern openai package (ensure types module present and max_completion_tokens field support)
openai >= 1.52.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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment