13 lines
382 B
JSON
13 lines
382 B
JSON
{
|
|
"_comment": "由 publish-plugin.sh 从服务端 settings 导出,或手工维护",
|
|
"model.default": "deepseek-chat",
|
|
"model.temperature": 0.7,
|
|
"model.max_tokens": 4096,
|
|
"provider.base_url": "https://api.deepseek.com",
|
|
"provider.timeout_seconds": 120,
|
|
"provider.max_retries": 3,
|
|
"harness.plugin_channel": "stable",
|
|
"ui.theme": "dark",
|
|
"ui.language": "zh-CN"
|
|
}
|