File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ host = "0.0.0.0" # The host to listen on
6161port = 9095 # The port to listen on
6262```
6363
64- Configure the Gaia Weather MCP server connection:
64+ Configure the Weather MCP server connection:
65+
6566
66- gai
6767``` toml
6868[[mcp .server .tool ]]
69- name = " gaia -weather"
69+ name = " Cardea -weather"
7070transport = " stream-http"
7171url = " http://YOUR-IP-ADDRESS:8002/mcp"
7272enable = true
@@ -94,7 +94,7 @@ curl --location 'http://localhost:9095/admin/servers/register' \
9494
9595## 3. Test the Setup
9696
97- Test the inference server by requesting the ` /chat/completions ` API endpoint:
97+ Test the inference server by requesting the ` /chat/completions ` API endpoint, which is OpenAI-compatible :
9898
9999``` bash
100100curl -X POST http://localhost:9095/v1/chat/completions \
You can’t perform that action at this time.
0 commit comments