Files
instructor/openai_function_call
Samiur Rahman f5af0dda42 Allow less strict JSON parsing (#75)
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'."
2023-07-31 23:40:36 +08:00
..
2023-07-23 02:09:51 +08:00
2023-07-09 00:09:02 +08:00