2026-08-26 18:06:02 +08:00
|
|
|
{
|
|
|
|
|
"Llm": {
|
|
|
|
|
"ApiKey": "",
|
|
|
|
|
"Endpoint": "https://api.deepseek.com",
|
|
|
|
|
"Model": "deepseek-v4-flash"
|
|
|
|
|
},
|
2026-08-28 10:43:57 +08:00
|
|
|
"Workflow": {
|
|
|
|
|
"DecisionTimeoutSeconds": 30
|
|
|
|
|
},
|
2026-08-26 18:06:02 +08:00
|
|
|
"Plugins": {
|
|
|
|
|
"Directory": "plugins",
|
|
|
|
|
"DefaultTimeoutSeconds": 180
|
|
|
|
|
},
|
|
|
|
|
"Credentials": {
|
|
|
|
|
"llm-default": {
|
|
|
|
|
"type": "openai-compatible",
|
|
|
|
|
"name": "系统默认模型",
|
|
|
|
|
"source": "llm-section"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"Weather": {
|
|
|
|
|
"Provider": "Wttr",
|
|
|
|
|
"Language": "zh",
|
|
|
|
|
"Wttr": {
|
|
|
|
|
"UrlTemplate": "https://wttr.in/{location}?lang={lang}&format=3"
|
|
|
|
|
},
|
|
|
|
|
"OpenWeather": {
|
|
|
|
|
"UrlTemplate": "https://api.openweathermap.org/data/2.5/weather?q={location}&appid={apiKey}&units=metric&lang={lang}",
|
|
|
|
|
"ApiKey": ""
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|