remove temperature

This commit is contained in:
itsrubberduck
2026-02-15 00:33:43 +01:00
parent a2fbdae511
commit 81e8ce9fdf

View File

@@ -206,8 +206,7 @@ export default defineEventHandler(async (event): Promise<RouteResponse> => {
{ role: 'system', content: SYSTEM_PROMPT },
{ role: 'user', content: buildUserPrompt(body) },
],
temperature: 0.1,
max_tokens: 150,
max_completion_tokens: 150,
reasoning_effort: 'low' as any,
})