wlchee commited on
Commit
79220a3
·
verified ·
1 Parent(s): a17521d

Create agent.json

Browse files
Files changed (1) hide show
  1. agent.json +16 -0
agent.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": "Qwen/Qwen2.5-72B-Instruct",
3
+ "provider": "nebius",
4
+ "servers": [
5
+ {
6
+ "type": "stdio",
7
+ "config": {
8
+ "command": "npx",
9
+ "args": [
10
+ "mcp-remote",
11
+ "https://wlchee-mcp-sentiment.hf.space/gradio_api/mcp/sse"
12
+ ]
13
+ }
14
+ }
15
+ ]
16
+ }