Skip to content

Commit

Permalink
Add instructions for swapping and setting default model
Browse files Browse the repository at this point in the history
  • Loading branch information
xenodium committed Nov 25, 2024
1 parent e9e9314 commit b802eb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,15 @@ If using [[https://github.com/jwiegley/use-package][use-package]], you can insta
(auth-source-pass-get 'secret "openai-key")))))
#+end_src

* Swap models
** M-x chatgpt-shell-model-version
#+HTML: <img src="https://raw.githubusercontent.com/xenodium/chatgpt-shell/main/demos/swap-models.png" width="80%" />

* Set default model
#+begin_src emacs-lisp :lexical no
(setq chatgpt-shell-model-version "llama3.2")
#+end_src

* Set OpenAI key

You'll first need to get a [[https://platform.openai.com/account/api-keys][key from OpenAI]].
Expand Down
Binary file added demos/swap-models.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b802eb8

Please sign in to comment.