From 07348bb1d3e32f1fb1304194707442033d7bdbef Mon Sep 17 00:00:00 2001 From: Goderr <115152190+Goderr@users.noreply.github.com> Date: Tue, 21 Oct 2025 18:01:41 +0530 Subject: [PATCH] forgot to change the max_tokens --- nanochat/ui.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanochat/ui.html b/nanochat/ui.html index e742a31..d062cbf 100644 --- a/nanochat/ui.html +++ b/nanochat/ui.html @@ -507,7 +507,7 @@ messages: messages, temperature: currentTemperature, top_k: currentTopK, - max_tokens: 64 + max_tokens: 512 }), });