Files

38 lines
843 B
JSON
Raw Permalink Normal View History

2026-08-26 18:06:02 +08:00
{
"Llm": {
"ApiKey": "",
"Endpoint": "https://api.deepseek.com",
"Model": "deepseek-v4-flash"
},
"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"
},
"openweather-default": {
"type": "openweather",
"name": "OpenWeather",
"apiKey": ""
2026-08-26 18:06:02 +08:00
}
},
"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": ""
}
}
}