v2.0.0
v2.0.0 brings brand-new features and some bug fixes.
New
- Allow system prompt input for models that support it.
- Allow multimodal interaction with models such as Llava that support text + image input. You can ask questions about image context.
- Add multi-line prompt input. Now it is much clearer to write prompts with multiple lines - easier for debugging.
- Expandable view to add images or system prompts.
Fixes
- Focus automatically jumps back to input prompt after response.
- Scrolls automatically to the bottom of the chat.
Improvements
- 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