add gemini and mistral models to environment
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user