karthink / gptel

A simple LLM client for Emacs
GNU General Public License v3.0
1.04k stars 113 forks source link

Multiple and local LLM support #114

Closed karthink closed 8 months ago

karthink commented 8 months ago

EDIT: These instructions are obsolete as of v0.5.0, which adds support for GPT4All, Ollama and Azure. Please refer to the README instead.


I've added support for gptel-backends, which should make gptel work with most LLMs that offer REST APIs, including Azure and local LLMs like PrivateGPT and GPT4All. The design is still fluid and the integration is incomplete (no transient menu support yet), but I'd appreciate if someone with access to other LLMs can test it.

How to use it:

karthink commented 8 months ago

Update: Added multi-llm integration with the transient interface.