add gemini and mistral models to environment

This commit is contained in:
2026-01-16 19:03:21 +03:00
parent 97582881ea
commit ad8e3115db
3 changed files with 20 additions and 12 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ export class GeminiChat extends ChatCommand {
});
const stream = await this.googleAi.models.generateContentStream({
model: "gemini-2.5-flash",
model: Environment.GEMINI_MODEL || "gemini-2.5-flash",
contents: chatContent,
});