darrenburns / elia

A snappy, keyboard-centric terminal user interface for interacting with large language models. Chat with ChatGPT, Claude, Llama 3, Phi 3, Mistral, Gemma and more.
Apache License 2.0
1.88k stars 116 forks source link

[improvement] localAI #20

Closed rapha8l closed 7 months ago

rapha8l commented 1 year ago

Hi, Thanks for elia ! Would it be possible to have localai support ? Thanks again

vorticalbox commented 1 year ago

https://github.com/darrenburns/elia/pull/7

Is a good bet, if switched to langchain then you can very easily add models like llamba, gpt4 all.

This also allows the creation of doc stores so you can have your documents and ask the models about them.

Ive made a fork so I'll see if I can find some dev time for it.

rapha8l commented 1 year ago

thanks !

darrenburns commented 7 months ago

1.0.0 has added support for local LLMs.

rapha8l commented 7 months ago

Thanks !