DELETE not work in a non-local server
The code works fine while running in local. But the DELETE method doesn't run when running in public.
What do you mean by running in public? Can you please add more details and share an example?
By 'public' I means not running as a localhost server but in public internet.
Did you modify the openapi.yaml and ai-plugin.json to point to your remote URL?
Sure, the add and list todo functions work correctly. You can verify that in the screenshot bellow
When I say something that trigger the TODO plugin to delete a todo item, I can see the action to GET the api yaml file and then nothing happened.
You can check the code here:
https://replit.com/@meebox/gpt-todo-plugin
Hi @codemee where are you storing the todos? I am looking at your code and I can see the code to add or retrieve todos but I am not seeing any reference of a database where the todos are being stored.
Its the sample of the plugin guide from openai. It just stores the todos in memory.
Saad Malik @.***> 於 2023年8月11日 週五 上午3:13 寫道:
Hi @codemee https://github.com/codemee where are you storing the todos? I am looking at your code and I can see the code to add or retrieve todos but I am not seeing any reference of a database where the todos are being stored.
— Reply to this email directly, view it on GitHub https://github.com/openai/plugins-quickstart/issues/63#issuecomment-1673769864, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH5MWI4HHLNSOMTKUK73GTXUUXFVANCNFSM6AAAAAA2M6LEFY . You are receiving this because you were mentioned.Message ID: @.***>
Oh wow, so this has been going on for over a month now? I got the same problem, no localhost plugins work now. Everything is fine, but calls never reach the localhost server, so the OpenAI backend is not sending them out.