更新配置:凭据、模型配置、插件目录、设备认证、迁移状态记录

This commit is contained in:
2026-07-14 16:49:42 +08:00
parent 57f354cf9f
commit 664083b088
9 changed files with 45 additions and 49 deletions
@@ -3,6 +3,8 @@
"providers": {
"ollama": {
"baseUrl": "http://127.0.0.1:11434/v1",
"apiKey": "OLLAMA_API_KEY",
"api": "ollama",
"models": [
{
"id": "qwen3-coder:latest",
@@ -61,9 +63,7 @@
"num_ctx": 131072
}
}
],
"apiKey": "OLLAMA_API_KEY",
"api": "ollama"
]
}
}
}