From e960b812add44344ed55c5a4cf5bce8ffafe328a Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 1 Sep 2025 19:38:10 -0500 Subject: run ChatGPT by default --- modules/ai-config.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'modules') diff --git a/modules/ai-config.el b/modules/ai-config.el index 9ab14cfd..d1739377 100644 --- a/modules/ai-config.el +++ b/modules/ai-config.el @@ -143,12 +143,12 @@ ;; ---- Auth: pick the API key from your auth source (setq auth-sources `((:source ,authinfo-file))) (setq gptel-api-key (auth-source-pick-first-password :host "api.openai.com")) - (setq anthropic-api-key (auth-source-pick-first-password :host "api.anthropic.com")) + ;; (setq anthropic-api-key (auth-source-pick-first-password :host "api.anthropic.com")) - ;; Setup Anthropic's Claude - (setq gptel-backend (gptel-make-anthropic "Claude" - :stream t :key anthropic-api-key)) - (setq gptel-model 'claude-3-opus-4-20250514) + ;; ;; Setup Anthropic's Claude + ;; (setq gptel-backend (gptel-make-anthropic "Claude" + ;; :stream t :key anthropic-api-key)) + ;; (setq gptel-model 'claude-3-opus-4-20250514) ) -- cgit v1.2.3