Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
pydantic==1.10.12
|
| 2 |
+
llama-cpp-agent==0.1.5
|
| 3 |
+
concurrent-log-handler==0.9.24
|
| 4 |
+
httpx==0.24.1
|
| 5 |
+
asyncio==3.4.3
|
| 6 |
+
gradio==3.40.0
|
| 7 |
+
gptcache==0.1.4
|
| 8 |
+
python-dotenv==1.0.0
|
| 9 |
+
fastapi==0.100.1
|
| 10 |
+
uvicorn==0.23.2
|