mirror of
https://github.com/freeedcom/ai-codereviewer.git
synced 2025-09-09 11:17:08 +00:00
update max_tokens to match o3-mini
This commit is contained in:
parent
e7f33b4be9
commit
02216aac61
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ async function getAIResponse(prompt: string): Promise<Array<{
|
|||
const queryConfig = {
|
||||
model: OPENAI_API_MODEL,
|
||||
temperature: 0.2,
|
||||
max_tokens: 700,
|
||||
max_completion_tokens: 1400,
|
||||
top_p: 1,
|
||||
frequency_penalty: 0,
|
||||
presence_penalty: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue