mirror of
https://github.com/FuQuan233/nonebot-plugin-llmchat.git
synced 2026-02-05 03:28:05 +00:00
📘 更新 README
This commit is contained in:
parent
8f7adbd176
commit
2f62365460
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
|
@ -205,7 +205,7 @@ LLMCHAT__MCP_SERVERS同样为一个dict,key为服务器名称,value配置的
|
||||||
"command": "npx",
|
"command": "npx",
|
||||||
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
|
"args": ["-y", "@modelcontextprotocol/server-brave-search"],
|
||||||
"env": {
|
"env": {
|
||||||
"BRAVE_API_KEY": "<your-api-key>"
|
"BRAVE_API_KEY": "<your-api-key>"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"fetch": {
|
"fetch": {
|
||||||
|
|
@ -224,10 +224,10 @@ LLMCHAT__MCP_SERVERS同样为一个dict,key为服务器名称,value配置的
|
||||||
"additional_prompt": "在使用的时候你需要将你需要的结果输出出来,用户看不到你的代码,如果你需要给用户展示,你需要将代码以文字的形式发送出来。",
|
"additional_prompt": "在使用的时候你需要将你需要的结果输出出来,用户看不到你的代码,如果你需要给用户展示,你需要将代码以文字的形式发送出来。",
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
"args": [
|
"args": [
|
||||||
"run",
|
"run",
|
||||||
"--rm",
|
"--rm",
|
||||||
"-i",
|
"-i",
|
||||||
"formulahendry/mcp-server-code-runner"
|
"formulahendry/mcp-server-code-runner"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue