mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 14:15:24 +02:00
Fix: Improve AI description completeness and increase Gemini token limit to 4096
This commit is contained in:
@@ -39,7 +39,7 @@ export async function generateGemini(prompt: string, systemPrompt: string): Prom
|
||||
}]
|
||||
}],
|
||||
generationConfig: {
|
||||
maxOutputTokens: 2048,
|
||||
maxOutputTokens: 4096,
|
||||
temperature: 0.2
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user