Make perplexity default for gptel
This commit is contained in:
parent
da92fec6ed
commit
999bf9cdd6
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -812,7 +812,7 @@
|
|||
("C-c C-c" . gptel-send)
|
||||
("C-c C-k" . gptel-abort))
|
||||
:config
|
||||
(gptel-make-perplexity "Perplexity" :key gptel-api-key :stream t)
|
||||
(gptel-make-anthropic "Claude" :stream t :key gptel-api-key :models '(claude-3-5-sonnet-20241022))
|
||||
(when (eq system-type 'windows-nt)
|
||||
(setq gptel-use-curl t))
|
||||
(setq gptel-prompt-prefix-alist
|
||||
|
|
Loading…
Add table
Reference in a new issue