plugins-quickstart
plugins-quickstart copied to clipboard
correct the json format
The JSON format needs to be corrected; otherwise, the following error will occur when trying to install the local plugin:
The OpenAI plugin failed to fetch the localhost manifest. Please check to ensure your localhost is running and that your localhost server has CORS enabled.
I believe this issue was introduced through this commit: https://github.com/openai/plugins-quickstart/commit/6e7dcf58be68b2b9caa6739da4ccb3fa512a56ec.
There is a comma "," after "url": "http://localhost:5003/openapi.yaml" in the ai-plugin.json. Only delete this "," and it will work fine!
Fixed!