Closed choucavalier closed 2 months ago
use the max_lines
option (which you specified to be 500
).
Hello. Thanks for your answer. I tried the max_lines
approach. It's actually the first thing that I've tried. It did not work, as I was still receiving 100 tokens max.
I thought you meant the tokens sent to codestral.
Other than that, what you did should be working. The max_tokens
option is sent to codestral on each request.
I suggest you try to look at the actual curl
line generated, and see if something is wrong there.
I have the following setup
where I'm trying to increase the number of tokens for Codestral.
It does not result in a bigger number of tokens being in the completion, which remains limited to the default 100.
What am I doing wrong?