Changed default chatgpt-shell model version
This commit is contained in:
parent
c9f058d84d
commit
5816a65f60
@ -425,7 +425,7 @@ related notes or tasks."
|
|||||||
(advice-add 'magit-gptcommit-commit-accept
|
(advice-add 'magit-gptcommit-commit-accept
|
||||||
:around #'my/magit-gptcommit-commit-accept-wrapper)
|
:around #'my/magit-gptcommit-commit-accept-wrapper)
|
||||||
|
|
||||||
(setq chatgpt-shell-model-version "gpt-4o")
|
(setq chatgpt-shell-model-version "chatgpt-4o-latest")
|
||||||
(setq chatgpt-shell-streaming "t")
|
(setq chatgpt-shell-streaming "t")
|
||||||
(setq chatgpt-shell-system-prompt "You are a senior developer knowledgeable in every programming language")
|
(setq chatgpt-shell-system-prompt "You are a senior developer knowledgeable in every programming language")
|
||||||
(setq chatgpt-shell-openai-key openai-key)
|
(setq chatgpt-shell-openai-key openai-key)
|
||||||
|
@ -780,7 +780,7 @@ Each tool has specific strengths, and I've configured them to complement each ot
|
|||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(setq chatgpt-shell-model-version "gpt-4o")
|
(setq chatgpt-shell-model-version "chatgpt-4o-latest")
|
||||||
(setq chatgpt-shell-streaming "t")
|
(setq chatgpt-shell-streaming "t")
|
||||||
(setq chatgpt-shell-system-prompt "You are a senior developer knowledgeable in every programming language")
|
(setq chatgpt-shell-system-prompt "You are a senior developer knowledgeable in every programming language")
|
||||||
(setq chatgpt-shell-openai-key openai-key)
|
(setq chatgpt-shell-openai-key openai-key)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user