Replies: 1 comment
-
var dictType = new Dictionary < string, var dictImage = new Dictionary < string, var yourObjects = new List < object > { var msglist = new List < ChatGPTCompletionVisionMessage > { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi There,
I'm trying to get a description of an image using a ChatGPTCompletionVisionRequest.
I'm struggling to get the format correct for a CompletionVisionMessage. Intellisense is telling me the content should be a list(of object). Would anyone be able to provide sample code for this?
Many thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions