mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
PR feedback
This commit is contained in:
@@ -151,7 +151,7 @@ export class GlamaHandler implements ApiHandler, SingleCompletionHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private supportsTemperature(): boolean {
|
private supportsTemperature(): boolean {
|
||||||
return this.getModel().id !== "openai/o3-mini"
|
return !this.getModel().id.startsWith("openai/o3-mini")
|
||||||
}
|
}
|
||||||
|
|
||||||
getModel(): { id: string; info: ModelInfo } {
|
getModel(): { id: string; info: ModelInfo } {
|
||||||
|
|||||||
Reference in New Issue
Block a user