mgbam commited on
Commit
a1d0459
·
verified ·
1 Parent(s): 05f1269

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -2
requirements.txt CHANGED
@@ -1,5 +1,6 @@
1
  gradio>=4.29 # latest Gradio
2
  mcp # MCP core
3
  openai # (or your local-LLM deps)
4
- litellm # 👈 NEW
5
- smolagents[mcp] # smolagents core + MCP adapter
 
 
1
  gradio>=4.29 # latest Gradio
2
  mcp # MCP core
3
  openai # (or your local-LLM deps)
4
+ litellm # 👈 NEW # FastMCP server + client
5
+ smolagents[mcp,litellm] # smolagents core + MCP adapter + LiteLLM
6
+ google-genai