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