s-kostyaev / ellama

Ellama is a tool for interacting with large language models from Emacs.
GNU General Public License v3.0
378 stars 27 forks source link

Use llm library for LLM calls #1

Closed s-kostyaev closed 9 months ago

s-kostyaev commented 9 months ago

Instead of manage low level interactions with ollama API, use llm library. As a bonus I will get proprietary LLMs support.