Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@karthink karthink released this 17 Dec 00:05
· 404 commits to master since this release

Version 0.5.5 adds the following features:

LLM Backends

  • Support local LLMs via the Ollama and GPT4All web APIs.
  • Support Azure instances
  • Support latest GPT-3.5 and GPT-4 versions.

UI

  • Add customizable prompt and response prefixes (Contributed by @daedsidog)

Bug fixes

  • Better support for Curl on Windows
  • Handle large payloads when using Curl
  • Better error handling.