We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe8d9c commit 77c289fCopy full SHA for 77c289f
gptel-openai.el
@@ -297,7 +297,7 @@ Mutate state INFO with response metadata."
297
:messages [,@prompts]
298
:stream ,(or gptel-stream :json-false)))
299
(reasoning-model-p ; TODO: Embed this capability in the model's properties
300
- (memq gptel-model '(o1 o1-preview o1-mini o3-mini o3 o4-mini))))
+ (memq gptel-model '(o1 o1-preview o1-mini o3-mini o3 o4-mini gpt-5 gpt-5-mini gpt-5-nano))))
301
(when (and gptel-temperature (not reasoning-model-p))
302
(plist-put prompts-plist :temperature gptel-temperature))
303
(when gptel-use-tools
0 commit comments