Compare commits

...

2 commits

Author SHA1 Message Date
00c1b131f8
🙈 (forge) Ignore db
All checks were successful
Publish / publish (push) Successful in 11s
2025-02-10 19:12:24 +01:00
7cb7b62336
🔥 (llm) Remove chatgpt-shell setup 2025-02-10 19:11:59 +01:00
2 changed files with 1 additions and 18 deletions

1
.gitignore vendored
View file

@ -79,3 +79,4 @@ projects
/lisp/
/work/
/multisession/
/forge-database.sqlite

View file

@ -2879,24 +2879,6 @@ The following function from him takes care of the other way: bringing a message
(global-set-key (kbd "C-c M-m") 'mmk2410/convert-mail-header-to-org-link)
#+end_src
* LLM
#+begin_src emacs-lisp
(use-package chatgpt-shell
:config
(setq chatgpt-shell-models
'(((:provider . "Ollama")
(:label . "Ollama")
(:version . "mistral:latest")
(:short-version . "mistral")
(:token-width . 3)
(:context-window . 131072)
(:handler . chatgpt-shell-ollama--handle-ollama-command)
(:filter . chatgpt-shell-ollama--extract-ollama-response)
(:payload . chatgpt-shell-ollama-make-payload)
(:url . chatgpt-shell-ollama--make-url)))))
#+end_src
* Helpers
** Tab Bar Setup