mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Fix OpenAI o1 temp error
This commit is contained in:
@@ -48,7 +48,6 @@ export class OpenAiNativeHandler implements ApiHandler {
|
||||
createParams = {
|
||||
model: this.getModel().id,
|
||||
max_completion_tokens: this.getModel().info.maxTokens,
|
||||
temperature: 0.2,
|
||||
messages: convertToO1Messages(convertToOpenAiMessages(messages), systemPrompt),
|
||||
}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user