mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-10 22:41:14 +00:00
Fix OpenAI o1 temp error
This commit is contained in:
parent
fd2472de3b
commit
ae770a1c6a
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue