Skip to content

Commit f293f0c

Browse files
author
xenodium
committed
Fixes #327 (describe images using OpenAI)
1 parent 3f3fb6c commit f293f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatgpt-shell-openai.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ CONTEXT: Excludes PROMPT."
191191
(text . ,prompt))))
192192
(when prompt-url
193193
`(((type . "image_url")
194-
(image_url . ,prompt-url))))))))))))
194+
(image_url . ((url . ,prompt-url))))))))))))))
195195

196196
(defun chatgpt-shell-openai-key ()
197197
"Get the ChatGPT key."

0 commit comments

Comments
 (0)