12 comments

[ 4.1 ms ] story [ 41.9 ms ] thread
Misleading title, should mention that its a dataset of CUSTOM Usergenerated GPT's.
The terms 'GPTs' and 'Custom GPTs' are used interchangeably by OpenAI.
Here's their CSV file with a scrape of the GPT catalog homepage from yesterday - 117 rows: https://github.com/beetrove/openai-gpts-data/blob/main/OpenA...

Here's a link to open that in Datasette Lite and apply a couple of facet filters to it (for author and list):

https://lite.datasette.io/?csv=https://github.com/beetrove/o...

This uses a custom SQL query to include their logos in the table as well: https://lite.datasette.io/?install=datasette-json-html&csv=h...

This table with the logo is pretty cool, thanks for creating and sharing.