GPT 4.1 consistently generating empty space characters when attempting a markdown table. It happens after trying to make the first two columns. For example:
|Col1 |Col2
Then it proceeds to appear to freeze because it is spamming space/whitespace characters until it fills the Max Tokens
value. I can’t share my system or input prompts, but the parameters I am using are temperature = 0.1
and max_completion_tokens = 16_000
. No json_mode as I have seen the other models have had issues similar issues to this when using json_mode but I am not in this case.
It is also consistently reproducible in the playground, even when adjusting temperature.