feat: 文案优化

This commit is contained in:
digua
2025-12-04 21:29:25 +08:00
parent 107d8dda82
commit f1ae1c8e32
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -375,7 +375,7 @@ export function createLLMService(config: ExtendedLLMConfig): ILLMService {
return new DeepSeekService(config.apiKey, config.model, config.baseUrl)
case 'qwen':
return new QwenService(config.apiKey, config.model, config.baseUrl)
// 新增的云端服务都使用 OpenAI 兼容格式
// 新增的官方API都使用 OpenAI 兼容格式
case 'minimax':
case 'glm':
case 'kimi':