Is it possible to create and host chatGPT plugin in anvil?

What I’m trying to do:
Create and host chatGPT plugin in anvil, something like chatgpt-retrieval-plugin ("GitHub - openai/chatgpt-retrieval-plugin: The ChatGPT Retrieval Plugin lets you easily find personal or work documents by asking questions in natural language.)? or any other types of plugins :thinking:

You can create HTTP endpoints in an Anvil app, which is what ChatGPT will use. You also need to host a .json file at a specific URL. That can be done using PWA asset links API - #2

So offhand I’d say it’s possible to write a ChatGPT plugin in Anvil.

2 Likes