summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-09-01 19:38:10 -0500
committerCraig Jennings <c@cjennings.net>2025-09-01 19:38:10 -0500
commite960b812add44344ed55c5a4cf5bce8ffafe328a (patch)
tree2ef6e66b5fc0b80932c01ff8ee14adb2e90c74f8 /modules
parentab231d117fceaeb350f2feb862fca7030a124737 (diff)
downloaddotemacs-e960b812add44344ed55c5a4cf5bce8ffafe328a.tar.gz
dotemacs-e960b812add44344ed55c5a4cf5bce8ffafe328a.zip
run ChatGPT by default
Diffstat (limited to 'modules')
-rw-r--r--modules/ai-config.el10
1 files changed, 5 insertions, 5 deletions
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)
)