22 lines
497 B
JSON
22 lines
497 B
JSON
{
|
|||
|
|
"Llm": {
|
||
|
|
"ApiKey": "",
|
||
|
|
"Endpoint": "https://api.deepseek.com",
|
||
|
|
"Model": "deepseek-v4-flash"
|
||
|
|
},
|
||
|
|
"Workflow": {
|
||
|
|
"DecisionTimeoutSeconds": 30
|
||
|
|
},
|
||
|
|
"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": ""
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|