I am implementing a prototype for plug-in development using the FIGma desktop app.
These are plugins that I previously published on Github that allow you to write notes in a text area and paste them onto the FIGma design board. This time, I am working on implementing a button called Build AI using the Open AI API key below.
I’m referring to several forms, but I don’t know, so if anyone knows please let me know.
https://platform.openai.com/docs/api-reference/chat/create
A TTP 404 error means that the specified resource cannot be passed on the server. In this case, the request to OpenAI’s API endpoint https://api.openai.com/v1/engines/davinci/completions returns a 404 error, indicating that the endpoint URL is incorrect and the specified engine (davinci in this case) may not exist.
I have also prepared a zip file that is currently being implemented (an error is displayed) at the link below on github, so could someone please tell me about it?