From dc15c6387c6c49a0618c4ec2ab1dc17fc79e44b0 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Thu, 3 Apr 2025 09:57:37 -0300 Subject: [PATCH] Changed default model for chatgpt-shell to Gemini --- .config/doom/config.el | 4 +++- .config/doom/config.org | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.config/doom/config.el b/.config/doom/config.el index 0313c5a7..91633901 100644 --- a/.config/doom/config.el +++ b/.config/doom/config.el @@ -425,10 +425,12 @@ related notes or tasks." (advice-add 'magit-gptcommit-commit-accept :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-system-prompt "You are a senior developer knowledgeable in every programming language") (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) (require 'llm-ollama) diff --git a/.config/doom/config.org b/.config/doom/config.org index 6642a1e9..bcb5102e 100644 --- a/.config/doom/config.org +++ b/.config/doom/config.org @@ -780,10 +780,12 @@ Each tool has specific strengths, and I've configured them to complement each ot :END: #+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-system-prompt "You are a senior developer knowledgeable in every programming language") (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) #+end_src *** Magit GPT