Spaces:
Running
Running
Commit
·
da22b1c
1
Parent(s):
3022589
Define agent.json config
Browse files- agent.json +12 -0
agent.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "meta-llama/Llama-3.3-70B-Instruct",
|
3 |
+
"provider": "cerebras",
|
4 |
+
"servers": [
|
5 |
+
{
|
6 |
+
"type": "sse",
|
7 |
+
"config": {
|
8 |
+
"url": "https://frascuchon-rag-mcp-server.hf.space/gradio_api/mcp/sse"
|
9 |
+
}
|
10 |
+
}
|
11 |
+
]
|
12 |
+
}
|