Releases: darrenburns/elia
Releases · darrenburns/elia
1.1.0
- Snappier feel to chats - message gets added to chat immediately
- A bunch of UX/keybinding improvements
- Visual mode when copying message content
- Several new fields in the model config (api_base, organization, api_key)
- LocalAI support
- Ability to have multiple instances of a model, e.g. a gpt-3.5 with your work org and personal org.
1.0.2
Fixes escaping issue. User message should be syntax highlighted as Markdown, but not rendered as Markdown.
1.0.1
Fix for Apple Silicon.
1.0.0
Elia has been rewritten and is unrecognisable from pre-1.0 releases!
You can now use Elia to chat with Claude, ChatGPT, and local LLMs like Llama 3, Gemma, and more.
See the README and in-app help menu for more information.
What's Changed
- Tiny update, nothing to see here by @darrenburns in #28
Full Changelog: 0.5.0...1.0.0
0.5.0
0.4.1
What's Changed
- feat: use langchain abstraction by @juftin in #7
- Upgrades to Textual 0.46.0.
- Fix broken CSS causing blue outline instead of purple outline when sidebar was focused.
Full Changelog: 0.3.0...0.4.1
0.3.0
0.2.0
What's Changed
- remove pycache and add gitignore by @TomJGooding in #1
- ✨ installable elia by @juftin in #3
- elia can be pipx installed
- Adds
elia
CLI (elia reset
andelia import
) - Fixed time zones issue
- Adds
ELIA_DIRECTIVE
env var for setting system message - Changes database file location
New Contributors
- @TomJGooding made their first contribution in #1
- @juftin made their first contribution in #3
Full Changelog: https://github.com/darrenburns/elia/commits/0.2.0