mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 14:15:24 +02:00
fix(translate): increase token limit and improve prompt for full translation (no summarizing)
This commit is contained in:
@@ -39,8 +39,8 @@ export async function generateGemini(prompt: string, systemPrompt: string): Prom
|
||||
}]
|
||||
}],
|
||||
generationConfig: {
|
||||
maxOutputTokens: 1000,
|
||||
temperature: 0.7
|
||||
maxOutputTokens: 2048,
|
||||
temperature: 0.2
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user