forgot to change the max_tokens

This commit is contained in:
Goderr 2025-10-21 18:01:41 +05:30
parent 5ec267fabc
commit 07348bb1d3

View File

@ -507,7 +507,7 @@
messages: messages,
temperature: currentTemperature,
top_k: currentTopK,
max_tokens: 64
max_tokens: 512
}),
});