Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
"""
|
2 |
Universal MCP Client - Main Application
|
3 |
-
A modular Gradio chatbot that uses Anthropic Claude API
|
4 |
-
and can connect to
|
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 |
|