You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that this discussion would not be more appropriate as an issue in a specific repository
I have searched existing discussions to avoid duplicates
Discussion Topic
When generating a large amount of text, LLMs is likely to produce incorrect JSON, such as forgetting to convert one or two \ in dozens of \ to be converted into \\. It will be helpful to clearly indicate the location and reason for the error. Otherwise, only a type error will be returned, and LLMs will waste many tokens solving the error.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Discussion Topic
When generating a large amount of text, LLMs is likely to produce incorrect JSON, such as forgetting to convert one or two
\
in dozens of\
to be converted into\\
. It will be helpful to clearly indicate the location and reason for the error. Otherwise, only a type error will be returned, and LLMs will waste many tokens solving the error.Beta Was this translation helpful? Give feedback.
All reactions