When installing my plugin, ChatGPT reads the ai-plugin.json and then the swagger.yaml.
After that it makes a call to /backend-api/aip/lhp which returns a 500 error.
{
“detail”: “Error setting localhost plugin: {"message":"root_origin=‘localhost:8000’ openapi_spec_url=‘localhost:7120/api/swagger.yaml’"}”
}
I had to remove the http portion of the url from the error message to submit this post.
Is Local dev supported with http? Any ideas on how to proceed?
Thanks,
Ash