Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@mangiucugna mangiucugna released this 16 Jan 20:08
· 260 commits to main since this release

Added

  • Feature request #10. Small LLMs (like Mistral-7B) play fast and loose with quotes in strings so you can get single quoted strings (that is not JSON standard) and even a mix of different terminators in the same output. Added support for this.

Please note that something like 'string" will be fixed as "string\"" because otherwise the string "won't" will be broken.