切换ai api到google

This commit is contained in:
2025-08-11 14:30:01 +08:00
parent 1c33f4345b
commit 6610f33b65
-1
View File
@@ -44,7 +44,6 @@ export class ChatAIService {
config: {
temperature: API_CONFIG.temperature,
systemInstruction: systemInstruction
},
});
this.chatInstances.set(roleId, chat);