PadmasaliGovardhan
commited on
Commit
·
8bc851c
1
Parent(s):
f4e9e6c
update2
Browse files- app/requirements.txt +1 -1
app/requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
fastapi==0.115.0
|
| 2 |
uvicorn==0.30.1
|
| 3 |
python-multipart==0.0.9
|
|
@@ -9,6 +10,5 @@ faiss-cpu==1.7.4
|
|
| 9 |
chromadb==0.5.5
|
| 10 |
groq==0.12.0
|
| 11 |
httpx==0.28.0
|
| 12 |
-
openai==0.27.0
|
| 13 |
numpy==1.26.4
|
| 14 |
|
|
|
|
| 1 |
+
openai>=1.2.0
|
| 2 |
fastapi==0.115.0
|
| 3 |
uvicorn==0.30.1
|
| 4 |
python-multipart==0.0.9
|
|
|
|
| 10 |
chromadb==0.5.5
|
| 11 |
groq==0.12.0
|
| 12 |
httpx==0.28.0
|
|
|
|
| 13 |
numpy==1.26.4
|
| 14 |
|