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
Recommended threads
- Failed to build function: Incorrect prox...
I have a function which I updated. Previously built and deployed just fine. I made some small edits and pushed to github, and now it's failing on the build wit...
- Appwrite Function typescript types
Hello, I don't suppose anyone has any resources for some types for writing typescript functions? I know there are some available in the SDK, but stuff like the...
- Validate User Server Side
I want to check if the user has a valid session before fetching data ```import { NextResponse } from 'next/server'; import { Client, Users } from 'node-appwrit...