diff --git a/app/api/chat/route.ts b/app/api/chat/route.ts index 959c58b..5cc81e7 100644 --- a/app/api/chat/route.ts +++ b/app/api/chat/route.ts @@ -29,7 +29,7 @@ async function callYuukiAPI( }, body: JSON.stringify({ prompt, - max_new_tokens: 1024, + max_new_tokens: 512, temperature: 0.7, model, }),