Crucix — agent with dashboard, delta engine, Telegram/Discord bots
This commit is contained in:
@@ -7,7 +7,7 @@ export class GeminiProvider extends LLMProvider {
|
||||
super(config);
|
||||
this.name = 'gemini';
|
||||
this.apiKey = config.apiKey;
|
||||
this.model = config.model || 'gemini-2.0-flash';
|
||||
this.model = config.model || 'gemini-3.1-pro';
|
||||
}
|
||||
|
||||
get isConfigured() { return !!this.apiKey; }
|
||||
|
||||
Reference in New Issue
Block a user