mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Fix VSCode LM
This commit is contained in:
5
.changeset/silent-llamas-leave.md
Normal file
5
.changeset/silent-llamas-leave.md
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
"roo-cline": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fix VSCode LM
|
||||||
@@ -48,6 +48,8 @@ export function buildApiHandler(configuration: ApiConfiguration): ApiHandler {
|
|||||||
return new OpenAiNativeHandler(options)
|
return new OpenAiNativeHandler(options)
|
||||||
case "deepseek":
|
case "deepseek":
|
||||||
return new DeepSeekHandler(options)
|
return new DeepSeekHandler(options)
|
||||||
|
case "vscode-lm":
|
||||||
|
return new VsCodeLmHandler(options)
|
||||||
default:
|
default:
|
||||||
return new AnthropicHandler(options)
|
return new AnthropicHandler(options)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user