Spaces:
Sleeping
Sleeping
suhail commited on
Commit ·
84d8577
1
Parent(s): b2f2d4d
fix: update requirements for OpenRouter compatibility (latest openai)
Browse files- requirements.txt +10 -7
requirements.txt
CHANGED
|
@@ -1,11 +1,14 @@
|
|
| 1 |
fastapi
|
| 2 |
-
uvicorn
|
| 3 |
pydantic
|
| 4 |
-
python-dotenv
|
| 5 |
pydantic-settings
|
| 6 |
-
asyncpg
|
| 7 |
qdrant-client
|
| 8 |
-
openai
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
pydantic
|
|
|
|
| 4 |
pydantic-settings
|
|
|
|
| 5 |
qdrant-client
|
| 6 |
+
openai>=1.40.0 # <-- Latest version for full OpenRouter support
|
| 7 |
+
tenacity
|
| 8 |
+
httpx
|
| 9 |
+
python-dotenv
|
| 10 |
+
python-multipart # agar file upload use kar rahe ho
|
| 11 |
+
# langchain agar use kar rahe ho toh (optional but recommended)
|
| 12 |
+
langchain
|
| 13 |
+
langchain-community
|
| 14 |
+
langchain-openai
|