初始提交
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"Llm": {
|
||||
"ApiKey": "",
|
||||
"Endpoint": "https://api.deepseek.com",
|
||||
"Model": "deepseek-v4-flash"
|
||||
},
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user