Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
chainlit==2.5.5
|
| 2 |
+
openai
|
| 3 |
+
python-dotenv
|
| 4 |
+
pydantic==2.10.1
|