Remove llama configuration from init-ai.el
This commit is contained in:
parent
a47f4e537d
commit
8f6b50d84e
@ -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.")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user