From 406e2226f086de82ba319c4b861bf125002aa3db Mon Sep 17 00:00:00 2001 From: jaakko Date: Mon, 6 Apr 2026 21:57:42 +0300 Subject: [PATCH] =?UTF-8?q?Native=20node=20max=5Ftokens=2064=E2=86=92512:?= =?UTF-8?q?=20koodi=20ei=20j=C3=A4=C3=A4=20kesken?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 64 tokenia riitti vain funktion alkuun. 512 mahdollistaa kokonaisten tiedostojen generoinnin pipeline-vaiheissa. Co-Authored-By: Claude Opus 4.6 (1M context) --- network-poc/native-node/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-poc/native-node/src/main.rs b/network-poc/native-node/src/main.rs index af676f3..e1f7bc3 100644 --- a/network-poc/native-node/src/main.rs +++ b/network-poc/native-node/src/main.rs @@ -328,7 +328,7 @@ async fn main() { busy = true; tracing::info!("Generoidaan (task_id: {}): \"{}\"", task_id, prompt); - match engine.generate(prompt, 64) { + match engine.generate(prompt, 512) { Ok(result) => { tracing::info!( "Tulos: {} tokenia | {:.0}ms | {:.1} tok/s | \"{}\"",