9 lines
330 B
JSON
9 lines
330 B
JSON
{
|
||
"description": "复制此文件为 ai_config.json 并填入真实 apiKey;ai_config.json 已被 .gitignore 忽略,切勿提交。",
|
||
"provider": "compatible",
|
||
"endpoint": "https://api.deepseek.com/v1/chat/completions",
|
||
"model": "deepseek-chat",
|
||
"reasoningEffort": "low",
|
||
"apiKey": "sk-REPLACE_WITH_YOUR_OWN_KEY"
|
||
}
|