From e9b14a45b13d7d338fc2b783beca57bb209127ae Mon Sep 17 00:00:00 2001 From: bdunahu Date: Tue, 13 Jan 2026 12:29:20 -0700 Subject: adjust path for llama-cpp models --- kolwynia/home/bdunahu/files/.config/emacs/modules/bd--chat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--chat.el b/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--chat.el index 5fa0c2d..e06d39d 100644 --- a/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--chat.el +++ b/kolwynia/home/bdunahu/files/.config/emacs/modules/bd--chat.el @@ -81,7 +81,7 @@ channel, which is issuing the PART command." (if bd/llama-cpp-reasoning-budget "-1" "0") " --port " bd/llama-cpp-port " -t " bd/llama-cpp-threads - " -m " (expand-file-name bd/llama-cpp-model-file "~/.config/guix/assets/")))) + " -m " (expand-file-name bd/llama-cpp-model-file "~/.dotfiles/assets/")))) (unless (get-buffer bd/llama-cpp-reasoning-buffer-name) (generate-new-buffer bd/llama-cpp-reasoning-buffer-name))))) (defun bd/gptel-stop-backend () -- cgit v1.2.3