Crucix — agent with dashboard, delta engine, Telegram/Discord bots
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user