max-arnold / llm-yandexgpt

YandexGPT LLM provider for Emacs
GNU General Public License v3.0
0 stars 0 forks source link

YandexGPT LLM provider for Emacs

This is a Emacs LLM provider that supports YandexGPT API.

The simplest way to use it is Ellama:

(use-package ellama
  :init
  (require 'llm-yandexgpt)
  (setopt ellama-provider (make-llm-yandexgpt :key yandexgpt-api-key :chat-model yandexgpt-chat-model :embedding-model yandexgpt-embedding-model)))

Development status: alpha