Updated the mistral url.

This commit is contained in:
Michael Overhorst 2025-02-05 06:41:00 +01:00
parent 466b1982f2
commit 2cc0fa906c

View file

@ -21,7 +21,7 @@ export class MistralHandler implements ApiHandler {
constructor(options: ApiHandlerOptions) {
this.options = options
this.client = new Mistral({
serverURL: "https://codestral.mistral.ai",
serverURL: "https://api.mistral.ai/v1",
apiKey: this.options.mistralApiKey,
})
}