Changed default model for chatgpt-shell to Gemini
This commit is contained in:
parent
5816a65f60
commit
dc15c6387c
@ -425,10 +425,12 @@ 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 "chatgpt-4o-latest")
|
(setq chatgpt-shell-model-version "gemini-2.5-pro-exp")
|
||||||
(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)
|
||||||
|
(setq chatgpt-shell-google-key gemini-key)
|
||||||
|
(setq chatgpt-shell-anthropic-key anthropic-key)
|
||||||
(setq dall-e-shell-openai-key openai-key)
|
(setq dall-e-shell-openai-key openai-key)
|
||||||
|
|
||||||
(require 'llm-ollama)
|
(require 'llm-ollama)
|
||||||
|
@ -780,10 +780,12 @@ 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 "chatgpt-4o-latest")
|
(setq chatgpt-shell-model-version "gemini-2.5-pro-exp")
|
||||||
(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)
|
||||||
|
(setq chatgpt-shell-google-key gemini-key)
|
||||||
|
(setq chatgpt-shell-anthropic-key anthropic-key)
|
||||||
(setq dall-e-shell-openai-key openai-key)
|
(setq dall-e-shell-openai-key openai-key)
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Magit GPT
|
*** Magit GPT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user