Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
agents
|
| 2 |
+
pydantic
|
| 3 |
+
dotenv
|
| 4 |
+
asyncio
|
| 5 |
+
openai
|
| 6 |
+
gradio
|
| 7 |
+
typing
|
| 8 |
+
duckduckgo_search
|