openai / chatgpt-retrieval-plugin

The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploying a retrieval plugin app using fly.io results in ‘Authorization error’ ChatGPT

iamdevonks opened this issue · comments

Hello,

I have also posted this issue on fly.io's community help, but thought of cross-posting here as well in case anyone has helpful tips or pointers:

https://community.fly.io/t/deploying-a-retrieval-plugin-app-results-in-authorization-error-chatgpt-p/16193

Summary:

  • I create a retrieval app using Qdrant cloud vector db
  • localhost version works fine
  • deploy on fly.io
  • can verify that the retrieval piece works fine
  • installing it as a ChatGPT plugin, I get the Authorization error.

image

I have created several instances of retrieval plugins for testing different use cases successfully in the past few months. So I am guessing there is a recent change somewhere that is causing this?