diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ai-config.el | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/ai-config.el b/modules/ai-config.el index 91dced4d..5f6c48dc 100644 --- a/modules/ai-config.el +++ b/modules/ai-config.el @@ -277,12 +277,6 @@ Works for any buffer, whether it's visiting a file or not." ;; Set Claude as default after initialization (setq gptel-backend gptel-claude-backend) - ;; Named backend list for switching - (defvar cj/gptel-backends - `(("Anthropic - Claude" . ,gptel-claude-backend) - ("OpenAI - ChatGPT" . ,gptel-chatgpt-backend)) - "Alist of GPTel backends for interactive switching.") - (setq gptel-confirm-tool-calls nil) ;; allow tool access by default |
