Crucix — agent with dashboard, delta engine, Telegram/Discord bots

This commit is contained in:
calesthio
2026-03-14 00:35:31 -07:00
parent ef2c6470fb
commit 3674fcb4f7
23 changed files with 2143 additions and 226 deletions

View File

@@ -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; }