Skip to content

Releases: darrenburns/elia

1.1.0

09 May 00:11
Compare
Choose a tag to compare
  • 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

07 May 12:04
dd13287
Compare
Choose a tag to compare

Fixes escaping issue. User message should be syntax highlighted as Markdown, but not rendered as Markdown.

1.0.1

06 May 07:13
Compare
Choose a tag to compare

Fix for Apple Silicon.

1.0.0

05 May 23:08
587318c
Compare
Choose a tag to compare

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.

elia-stacked-screenshot

What's Changed

Full Changelog: 0.5.0...1.0.0

0.5.0

18 Dec 23:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

18 Dec 23:56
Compare
Choose a tag to compare

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

13 Aug 20:34
7c6867b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

28 Jul 19:11
Compare
Choose a tag to compare

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 and elia import)
    • Fixed time zones issue
    • Adds ELIA_DIRECTIVE env var for setting system message
    • Changes database file location

New Contributors

Full Changelog: https://github.com/darrenburns/elia/commits/0.2.0