Replies: 1 comment
-
This is not a liboai issue |
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 guys,
I’m having an issue downloading an image that ChatGPT generated for me in a conversation and it is providing me the link via the conversation. Once I get the link from the AI, I will try to download that image, but I’m getting an error. Not sure what I need to do, or what I’m missing here.
Statistical Measures
Notable Trends
![Score Distribution](https://www.chartgo.com/chart?fontsize=13&charttitle=Score+Distribution&charttype=bar&is3d=no&xlabels=Scores&marker=no&titlefont=3&values=5%3B4%3B3%3B2%3B1%3B&datavalues=20&legend=&valuelabels=yes)
“url” is the image url provide by ChatGPT.
“m_oai” is the openai interface object. It's used to acces all openai functionalities. It’s a data member: liboai::OpenAI m_oai;
I will always get this error:
liboai::Response::CheckResponse(): 404 (E_BADREQUEST:0x01)
So my questions are:
1) Is my call to download the image is correct. Basically I hope I’m not making a wrong call to the API.
2) Perhaps I need to tell the API to keep the image available so I can download it, not sure.
Some help will be appreciated.
Thank you,
Stay safe
Beta Was this translation helpful? Give feedback.
All reactions