mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Updated the mistral url.
This commit is contained in:
parent
466b1982f2
commit
2cc0fa906c
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue