I’ve recently tried to host my ChatGPT plugin on the Render web service, but I’ve run into a problem which I hope someone can assist me with.
For some context, I didn’t host the application using a forked repository of the chatgpt-retrieval-plugin. Instead, I cloned the repository and created a new one.
As part of the process, I set the environment variables, including the bearer_token
. I also set the plugin’s authentication setting to none
.
However, when I attempt to execute the plugin, I’m receiving the following response: "detail": "Not authenticated"
. This is confusing, as I did include the bearer token in the environment variables, and I also disabled authentication.
I am hoping that someone in the community could shed some light on this issue and perhaps suggest a solution. Any help would be greatly appreciated.