Files
English/kouyu_english/assets/config/ai_config.example.json
T

9 lines
330 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"description": "复制此文件为 ai_config.json 并填入真实 apiKeyai_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"
}