orbulat commited on
Commit
4fad2a0
·
verified ·
1 Parent(s): f80edea

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -3
requirements.txt CHANGED
@@ -10,14 +10,18 @@ langchain
10
  langchain-core
11
  smolagents
12
 
13
- # OpenAI support
14
  openai
15
  langchain-openai
 
 
 
16
 
17
- # Tool support (Wikipedia, Tavily, etc.)
18
  langchain-community
19
  wikipedia
20
  tavily-python
21
  youtube-transcript-api
22
- duckduckgo_search
23
  sympy
 
 
10
  langchain-core
11
  smolagents
12
 
13
+ # LLM Providers
14
  openai
15
  langchain-openai
16
+ langchain-google-genai
17
+ langchain-groq
18
+ langchain-huggingface
19
 
20
+ # Tool support
21
  langchain-community
22
  wikipedia
23
  tavily-python
24
  youtube-transcript-api
25
+ duckduckgo-search
26
  sympy
27
+ Pillow