Remove llama configuration from init-ai.el

This commit is contained in:
Jeremy Dormitzer 2024-07-25 21:10:26 -04:00
parent a47f4e537d
commit 8f6b50d84e

View File

@ -112,14 +112,6 @@
(with-eval-after-load 'git-commit (with-eval-after-load 'git-commit
(keymap-set git-commit-mode-map "C-c RET" #'gptel-commit-message)) (keymap-set git-commit-mode-map "C-c RET" #'gptel-commit-message))
(use-package llama
:straight `(:local-repo ,(expand-file-name "packages/llama" user-emacs-directory) :type nil)
:load-path "packages/llama"
:config
(require 'llm-ollama)
(setq llama-llm-provider (make-llm-ollama :chat-model "llama3:latest")
llm-warn-on-nonfree nil))
(defvar comfy-ui-path (expand-file-name "~/ComfyUI") (defvar comfy-ui-path (expand-file-name "~/ComfyUI")
"Path to ComfyUI source repository.") "Path to ComfyUI source repository.")