Skip to content

Commit fd676ef

Browse files
committed
Removed /v1 from the url and tested several models.
1 parent 2cc0fa9 commit fd676ef

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://api.mistral.ai/v1",
24+
serverURL: "https://api.mistral.ai",
2525
apiKey: this.options.mistralApiKey,
2626
})
2727
}

0 commit comments

Comments
 (0)