Skip to content

Commit dab4071

Browse files
committed
fix: mistral request issue#412, we don't need to set the service URL if we are using the SDK
1 parent b35206b commit dab4071

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"roo-cline": patch
3+
---
4+
5+
fixed Mistral request issue

src/api/providers/mistral.ts

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

0 commit comments

Comments
 (0)