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 AnthropicProvider extends LLMProvider {
super(config);
this.name = 'anthropic';
this.apiKey = config.apiKey;
this.model = config.model || 'claude-sonnet-4-20250514';
this.model = config.model || 'claude-sonnet-4-6';
}
get isConfigured() { return !!this.apiKey; }