🔥 (llm) Remove chatgpt-shell setup
This commit is contained in:
parent
5b426cd534
commit
7cb7b62336
1 changed files with 0 additions and 18 deletions
18
config.org
18
config.org
|
@ -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)
|
(global-set-key (kbd "C-c M-m") 'mmk2410/convert-mail-header-to-org-link)
|
||||||
#+end_src
|
#+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
|
* Helpers
|
||||||
** Tab Bar Setup
|
** Tab Bar Setup
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue