mirror of
https://github.com/karpathy/nanochat.git
synced 2026-02-26 13:30:25 +00:00
forgot to change the max_tokens
This commit is contained in:
parent
5ec267fabc
commit
07348bb1d3
|
|
@ -507,7 +507,7 @@
|
|||
messages: messages,
|
||||
temperature: currentTemperature,
|
||||
top_k: currentTopK,
|
||||
max_tokens: 64
|
||||
max_tokens: 512
|
||||
}),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user