rag-mcp-server / agent.json
frascuchon's picture
frascuchon HF Staff
Define agent.json config
da22b1c
raw
history blame contribute delete
235 Bytes
{
"model": "meta-llama/Llama-3.3-70B-Instruct",
"provider": "cerebras",
"servers": [
{
"type": "sse",
"config": {
"url": "https://frascuchon-rag-mcp-server.hf.space/gradio_api/mcp/sse"
}
}
]
}