diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/ai-config.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/ai-config.el b/modules/ai-config.el index 9ab14cfde..d17393770 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) ) |
