update max_tokens to match o3-mini

This commit is contained in:
Yura Hurnyak 2025-02-03 18:21:45 +02:00
commit 02216aac61

View file

@ -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,