mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fixes
This commit is contained in:
parent
50f3791b98
commit
6500b7c210
1 changed files with 0 additions and 2 deletions
|
|
@ -118,8 +118,6 @@ export class OpenRouterHandler implements ApiHandler {
|
|||
shouldApplyMiddleOutTransform = true
|
||||
}
|
||||
|
||||
const isDeepSeekR1 = model.id === "deepseek/deepseek-r1" || model.id.startsWith("deepseek/deepseek-r1:")
|
||||
|
||||
// @ts-ignore-next-line
|
||||
const stream = await this.client.chat.completions.create({
|
||||
model: model.id,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue