mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
PR feedback
This commit is contained in:
parent
0050daf746
commit
0cd1642612
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ export class GlamaHandler implements ApiHandler, SingleCompletionHandler {
|
|||
}
|
||||
|
||||
private supportsTemperature(): boolean {
|
||||
return this.getModel().id !== "openai/o3-mini"
|
||||
return !this.getModel().id.startsWith("openai/o3-mini")
|
||||
}
|
||||
|
||||
getModel(): { id: string; info: ModelInfo } {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue