桌面 Agent
用 WorkBuddy 连接 Monk
1. 添加自定义模型
提供商Custom
接口地址https://monk.party/v1/chat/completions
API Key你的 sk-monk-*
模型名称monk
工具调用开启
自定义协议关闭(先关;只有路径 404 再开)
2. 或写入 models.json
{
"models": [
{
"id": "monk",
"name": "Monk",
"vendor": "Custom",
"url": "https://monk.party/v1/chat/completions",
"apiKey": "YOUR_API_KEY",
"supportsToolCall": true,
"useCustomProtocol": false
}
]
}