IMPROVEMENT Allow openai v1 in all templates that require it (#13489)

- pyproject change
- lockfiles
This commit is contained in:
Erick Friis
2023-11-16 17:10:08 -08:00
committed by GitHub
parent d7f014cd89
commit 9dfad613c2
108 changed files with 6543 additions and 713 deletions

View File

@@ -8,7 +8,7 @@ readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.8.1,<4.0"
langchain = ">=0.0.313, <0.1"
openai = "^0.28.1"
openai = "<2"
tiktoken = "^0.5.1"
faiss-cpu = "^1.7.4"