mirror of
https://github.com/run-llama/template-workflow-document-qa.git
synced 2026-06-30 21:47:58 -04:00
pin openai (#7)
This commit is contained in:
@@ -8,9 +8,9 @@ requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"llama-index-workflows>=2.2.0,<3.0.0",
|
||||
"llama-cloud-services>=0.6.69",
|
||||
"llama-index-core>=0.14.0",
|
||||
"llama-index-llms-openai>=0.5.6",
|
||||
"llama-index-embeddings-openai>=0.5.1",
|
||||
"llama-index-core>=0.14.0,<0.15.0",
|
||||
"llama-index-llms-openai>=0.5.6,<0.6.0",
|
||||
"llama-index-embeddings-openai>=0.5.1,<0.6.0",
|
||||
"python-dotenv>=1.1.1",
|
||||
]
|
||||
|
||||
|
||||
@@ -8,9 +8,9 @@ requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"llama-index-workflows>=2.2.0,<3.0.0",
|
||||
"llama-cloud-services>=0.6.69",
|
||||
"llama-index-core>=0.14.0",
|
||||
"llama-index-llms-openai>=0.5.6",
|
||||
"llama-index-embeddings-openai>=0.5.1",
|
||||
"llama-index-core>=0.14.0,<0.15.0",
|
||||
"llama-index-llms-openai>=0.5.6,<0.6.0",
|
||||
"llama-index-embeddings-openai>=0.5.1,<0.6.0",
|
||||
"python-dotenv>=1.1.1",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user