Skip to content

Commit 2cc0fa9

Browse files
committed
Updated the mistral url.
1 parent 466b198 commit 2cc0fa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/mistral.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class MistralHandler implements ApiHandler {
2121
constructor(options: ApiHandlerOptions) {
2222
this.options = options
2323
this.client = new Mistral({
24-
serverURL: "https://codestral.mistral.ai",
24+
serverURL: "https://api.mistral.ai/v1",
2525
apiKey: this.options.mistralApiKey,
2626
})
2727
}

0 commit comments

Comments
 (0)