Skip to content

Commit 0cd1642

Browse files
committed
PR feedback
1 parent 0050daf commit 0cd1642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/providers/glama.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export class GlamaHandler implements ApiHandler, SingleCompletionHandler {
151151
}
152152

153153
private supportsTemperature(): boolean {
154-
return this.getModel().id !== "openai/o3-mini"
154+
return !this.getModel().id.startsWith("openai/o3-mini")
155155
}
156156

157157
getModel(): { id: string; info: ModelInfo } {

0 commit comments

Comments
 (0)