[go: nahoru, domu]

Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@kghandour kghandour released this 18 Mar 15:54
· 2 commits to main since this release
9d1c5e1

v2.0.0 brings brand-new features and some bug fixes.

New

  1. Allow system prompt input for models that support it.
  2. Allow multimodal interaction with models such as Llava that support text + image input. You can ask questions about image context.
  3. Add multi-line prompt input. Now it is much clearer to write prompts with multiple lines - easier for debugging.
  4. Expandable view to add images or system prompts.

Fixes

  1. Focus automatically jumps back to input prompt after response.
  2. Scrolls automatically to the bottom of the chat.

Improvements

  1. Full code refactoring to follow MVC concepts.

New Contributors

  • @chryoung made their first contribution in #33
  • @Tooflex made their first contribution in #23 (Using their implementation of multi-line text prompt)

Full Changelog: v1.1.1...v2.0.0