When I use the API, I occasionally see a space missing.
For example:
onthe nose instead of on the nose
meetsexpectations instead of meets expectations
Has anyone ever seen this?
When I use the API, I occasionally see a space missing.
For example:
onthe nose instead of on the nose
meetsexpectations instead of meets expectations
Has anyone ever seen this?
Yes, missing spaces in API outputs are a known issue. Potential causes include tokenization errors or model limitations. To mitigate, consider post-processing text to add spaces where necessary or experiment with different model parameters.