I am attempting to integrate Kaguya with GPTs as an action, but I am encountering an issue related to the HTTP and HTTPS protocols.
Steps to Reproduce:
I ran the Kaguya plugin and successfully accessed it at http://localhost:3000.
I copied the contents from http://localhost:3000/openapi.yaml and pasted it into GPTs actions.
Upon doing so, I received the following warnings:
Warnings
None of the provided servers is under the root origin https://localhost
Server URL http://localhost:3000 is not under the root origin https://localhost; ignoring it
Issue:
It appears that there is a protocol mismatch issue, as Kaguya is running on HTTP and GPTs actions seem to require HTTPS. As a result, the server URL is being ignored due to not being under the root origin https://localhost.
Questions:
Has anyone successfully integrated Kaguya as an action in GPTs?
Although Kaguya is originally intended as a ChatGPT plugin, I believe there should be a close similarity in its integration with GPTs. If it is indeed feasible to run it as a GPTs action, how should the yaml be modified to address the HTTP/HTTPS protocol mismatch?
Any guidance or suggestions on resolving this issue would be greatly appreciated. Thank you for your support and for the development of this innovative tool.
I am attempting to integrate Kaguya with GPTs as an action, but I am encountering an issue related to the HTTP and HTTPS protocols.
Steps to Reproduce:
http://localhost:3000
.http://localhost:3000/openapi.yaml
and pasted it into GPTs actions.Upon doing so, I received the following warnings:
Issue: It appears that there is a protocol mismatch issue, as Kaguya is running on HTTP and GPTs actions seem to require HTTPS. As a result, the server URL is being ignored due to not being under the root origin
https://localhost
.Questions:
yaml
be modified to address the HTTP/HTTPS protocol mismatch?Any guidance or suggestions on resolving this issue would be greatly appreciated. Thank you for your support and for the development of this innovative tool.
Best regards,