Files
QQbot/config/models.json

41 lines
1.1 KiB
JSON

{
"active": "pro_moonshotai_kimi_k2_5",
"profiles": {
"default": {
"provider": "openai",
"model_name": "Pro/deepseek-ai/DeepSeek-V3.2",
"temperature": 0.7,
"max_tokens": 4096,
"top_p": 1.0,
"frequency_penalty": 0.0,
"presence_penalty": 0.0,
"timeout": 300,
"stream": false,
"api_base": "https://api.siliconflow.cn/v1"
},
"qwen_qwen2_5_7b_instruct": {
"provider": "openai",
"model_name": "Qwen/Qwen2.5-7B-Instruct",
"temperature": 0.7,
"max_tokens": 4096,
"top_p": 1.0,
"frequency_penalty": 0.0,
"presence_penalty": 0.0,
"timeout": 60,
"stream": false,
"api_base": "https://api.siliconflow.cn/v1"
},
"pro_moonshotai_kimi_k2_5": {
"provider": "openai",
"model_name": "Pro/moonshotai/Kimi-K2.5",
"temperature": 0.7,
"max_tokens": 4096,
"top_p": 1.0,
"frequency_penalty": 0.0,
"presence_penalty": 0.0,
"timeout": 60,
"stream": false,
"api_base": "https://api.siliconflow.cn/v1"
}
}
}