KuberMehta commited on
Commit
7ded4f4
·
verified ·
1 Parent(s): 0bfdd2a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -4
requirements.txt CHANGED
@@ -1,4 +1,13 @@
1
- gradio
2
- huggingface_hub
3
- cohere
4
- google-genai
 
 
 
 
 
 
 
 
 
 
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