-
Stefy Lanza (nextime / spora ) authored
The model returns literal \n (backslash-n) instead of actual newlines. This breaks JSON parsing because {\n is not valid JSON syntax. Use codecs.decode with 'unicode_escape' to convert escape sequences to actual characters before parsing.a28caa59