Hello,
In the coming month the customer I work for will allow to use LLM (aka AI) for software development. It is currently reviewing some of them.
So, I am looking for a package to dialog with those beasts.
Currently, I have found:
- copilot, which is specific to one LLM, copilot from github
- gpt.el
- ellama
For what I have seen, copilot
provides auto-completion/auto-suggestions, while gpt.el
and ellama
, seems to be more for “chatting” with LLMs.
- Does any of
gpt.el
orellama
can be used for auto-complete and/or auto-suggestions? - Do you know any other packages allowing interactions with LLMs?
- What are the differences between
gpt.el
andEllama
and any similar package you may know of?