ysharma HF Staff commited on
Commit
f3fb8fa
·
verified ·
1 Parent(s): 6fc3759

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,7 +1,7 @@
1
  """
2
  Universal MCP Client - Main Application
3
- A modular Gradio chatbot that uses Anthropic Claude API to access Claude Sonnet 4
4
- and can connect to various MCP servers for enhanced functionality.
5
  """
6
  import logging
7
 
 
1
  """
2
  Universal MCP Client - Main Application
3
+ A modular Gradio chatbot that uses either Anthropic Claude API or HuggingFace Inference Providers
4
+ to access various LLMs and can connect to MCP servers for enhanced functionality.
5
  """
6
  import logging
7