diff options
Diffstat (limited to 'kolwynia/home/bdunahu/files/.config/emacs')
| -rw-r--r-- | kolwynia/home/bdunahu/files/.config/emacs/modules/bd--chat.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |
