mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
f5af0dda42
When getting longform answers from OpenAI that contains newlines or tabs, the string returned doesn't have escaped control characters. `strict=False` allows parsing of these strings with control characters, with character codes in the 0-31 range, including '\t' (tab), '\n', '\r' and '\0'."