Unverified Commit 7c0b7ea2 authored by Xander Johnson's avatar Xander Johnson Committed by GitHub
Browse files

[Bugfix] add >= 1.0 constraint for openai dependency (#7612)

parent 4706eb62
......@@ -9,7 +9,7 @@ tokenizers >= 0.19.1 # Required for Llama 3.
protobuf # Required by LlamaTokenizer.
fastapi
aiohttp
openai
openai >= 1.0 # Ensure modern openai package (ensure types module present)
uvicorn[standard]
pydantic >= 2.0 # Required for OpenAI server.
pillow # Required for image processing
......
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