use mistral-large-latest instead of mistral-medium
This commit is contained in:
@@ -8,7 +8,7 @@ export class MistralProvider extends LLMProvider {
|
||||
super(config);
|
||||
this.name = 'mistral';
|
||||
this.apiKey = config.apiKey;
|
||||
this.model = config.model || 'mistral-medium';
|
||||
this.model = config.model || 'mistral-large-latest';
|
||||
}
|
||||
|
||||
get isConfigured() { return !!this.apiKey; }
|
||||
|
||||
Reference in New Issue
Block a user