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