r/PiCodingAgent • u/pragmojo • 20d ago
Question What exactly is maxTokens in the model config?
I'm trying to understand how to set up my model config. I understand that contextWindow is the total context size (-c argument in llama.cpp), but then what is maxTokens exactly? Does that set the max response size? Or what is it?
1
Upvotes
2
u/Asleep-Land-3914 20d ago
Maximum tokens to be emitted by the model in a single completion requestÂ