Hi, i am getting this error in my code "error": "Unexpected response structure from OpenAI API"
i am trying to get some links from a collection in appwrite get the URL and summaries it via chat gpt and then add the summary to another collection of posts in appwrite.
can some help with the approve error can seem to find anything on the structures chat gpt is expecting
Below is the git hub repo
https://github.com/TBADan/my_function
TL;DR
Developers are struggling with an error "Unexpected response structure from OpenAI API" while trying to use ChatGPT to summarize URLs from an Appwrite collection and add the summary to another collection. Assistance needed in understanding the expected structure for ChatGPT. GitHub repo: https://github.com/TBADan/my_function.