-
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
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| __init__.py | ||
| config.py | ||
| context.py | ||
| database.py | ||
| handlers.py | ||
| models.py | ||
| providers.py | ||
| utils.py |