Add gpt-4 model
This commit is contained in:
parent
42d53b25e5
commit
23caab41cf
1 changed files with 2 additions and 2 deletions
|
@ -148,11 +148,11 @@ will get progressively longer!"
|
|||
:class 'transient-lisp-variable
|
||||
:variable 'gptel--model
|
||||
:key "m"
|
||||
:choices '("gpt-3.5-turbo-0301" "gpt-3.5-turbo")
|
||||
:choices '("gpt-3.5-turbo-0301" "gpt-3.5-turbo" "gpt-4")
|
||||
:reader (lambda (prompt &rest _)
|
||||
(completing-read
|
||||
prompt
|
||||
'("gpt-3.5-turbo-0301" "gpt-3.5-turbo"))))
|
||||
'("gpt-3.5-turbo-0301" "gpt-3.5-turbo" "gpt-4"))))
|
||||
|
||||
(transient-define-infix gptel--infix-temperature ()
|
||||
"Temperature of request."
|
||||
|
|
Loading…
Add table
Reference in a new issue