Spaces:
Sleeping
Sleeping
New Requirements
Browse files- requirements.txt +8 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
|
|
| 1 |
gradio
|
| 2 |
huggingface_hub
|
| 3 |
cohere
|
| 4 |
google-genai
|
|
|
|
| 5 |
python-dotenv
|
| 6 |
anthropic
|
| 7 |
-
openai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
gradio
|
| 3 |
huggingface_hub
|
| 4 |
cohere
|
| 5 |
google-genai
|
| 6 |
+
google.generativeai
|
| 7 |
python-dotenv
|
| 8 |
anthropic
|
| 9 |
+
openai
|
| 10 |
+
|
| 11 |
+
# Optional dependencies
|
| 12 |
+
requests
|
| 13 |
+
aiohttp
|
| 14 |
+
typing-extensions
|