chatgpt-retrieval-plugin icon indicating copy to clipboard operation
chatgpt-retrieval-plugin copied to clipboard

Unable to test on localhost:3333

Open buzz-ai-tech opened this issue 3 years ago • 3 comments

I have been able to test the plugin through the swagger UI on localhost:8000/docs. However when I run

poetry run dev 

I get the {detail: Not found} error on localhost:3333. I have checked that I have my bearer token in my env as well.

buzz-ai-tech avatar Apr 16 '23 15:04 buzz-ai-tech

There is nothing actually running at the root. If you go to http://localhost:3333/.well-known/ai-plugin.json you should see content.

connebs avatar Apr 27 '23 09:04 connebs

I'm seeing the same thing. I do see content browsing the url that @acnebs mentioned, granted it's all example data. The /docs url works as well to render the swagger UI. Any other items to attempt browsing for troubleshooting?

sunthenovice avatar May 10 '23 20:05 sunthenovice

I went ahead and just used nginx to reverse proxy 443 -> 8000 and threw a letsencrypt cert on the service. That is a reasonable implementation for my purposes.

sunthenovice avatar May 10 '23 20:05 sunthenovice