openai won't response with a specific object form, even with specification in the prompt #170
Unanswered
MosheAzraf
asked this question in
Q&A
Replies: 2 comments
-
Have a look at strictured output |
Beta Was this translation helpful? Give feedback.
0 replies
-
Instead of doing Actually specify the format structure as shown in the link. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Im using the new Open-AI library for dotnet,
Im trying to make a service that analyzed an image and return a specific object with values, however, its turns out to return an ugly object with missing properties, and it seems like I can’t make it to return a consist output.
What am I doing wrong ?
Sometimes the properties: quantity, totalItemPrice are being cut off from the object, which causes a backend error..
Is there a way to force it to return a specific consist object form based on model or something similar ?
Beta Was this translation helpful? Give feedback.
All reactions