mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-15 14:08:00 +00:00
fix(dep): update to openai >= 1.99.6 and use new Function location (#3087)
# What does this PR do? closes #3072 ## Test Plan ci
This commit is contained in:
parent
4a13ef45e9
commit
b70e2f1f09
3 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@ dependencies = [
|
|||
"jsonschema",
|
||||
"llama-stack-client>=0.2.17",
|
||||
"llama-api-client>=0.1.2",
|
||||
"openai>=1.66",
|
||||
"openai>=1.99.6",
|
||||
"prompt-toolkit",
|
||||
"python-dotenv",
|
||||
"python-jose[cryptography]",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue