Skip to content

Commit

Permalink
feat(ai/chatgpt): use the same API key for all models
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Feb 29, 2024
1 parent 983e6f6 commit ac621b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ai/siren-chatgpt.el
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ their model settings are kept in sync with `siren-chatgpt-model'.")
"Return the login name of the current user.
Used to allow different API keys for different models."
(cond ((string-prefix-p "gpt-4" siren-chatgpt-model) "gpt-4")
(cond ;; ((string-prefix-p "gpt-4" siren-chatgpt-model) "gpt-4")
(t "default")))

(defun siren-chatgpt-select-model ()
Expand Down

0 comments on commit ac621b3

Please sign in to comment.