mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Merge pull request #665 from Szpadel/r1-derivatives-support
Relax deepseek-r1 detection so it also includes distilled models
This commit is contained in:
commit
e2a8a7aa5c
1 changed files with 1 additions and 2 deletions
|
|
@ -118,8 +118,7 @@ export class OpenRouterHandler implements ApiHandler, SingleCompletionHandler {
|
|||
|
||||
// Handle models based on deepseek-r1
|
||||
if (
|
||||
this.getModel().id === "deepseek/deepseek-r1" ||
|
||||
this.getModel().id.startsWith("deepseek/deepseek-r1:") ||
|
||||
this.getModel().id.startsWith("deepseek/deepseek-r1") ||
|
||||
this.getModel().id === "perplexity/sonar-reasoning"
|
||||
) {
|
||||
// Recommended temperature for DeepSeek reasoning models
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue