datasette-chatgpt-plugin is a Datasette plugin that turns your Datasette instance into a ChatGPT plugin. It lets you ask questions about data stored in Datasette directly from ChatGPT and receive answers based on the contents of your tables and views.
How it works
The plugin adds the integration layer needed for ChatGPT to connect to Datasette. This allows the model to run queries against published data and return results in a conversational format.
Installation and limitations
Install it in the same environment where Datasette is running, on a deployed instance:
- `datasette install datasette-chatgpt-plugin`
Keep in mind that even with data access, ChatGPT can still hallucinate results. Treat responses as guidance and verify conclusions against the original data and queries.

