Discover and explore top open-source AI tools and projects—updated daily.
GPTs Works is a third-party store for discovering and interacting with custom GPTs. It targets users looking for a curated or searchable collection of GPTs beyond the official ChatGPT Explore page. The project provides a website, a vector-based search index, and a browser extension to enhance GPT discovery and usage.
How It Works
The project comprises three main components: a Next.js website for browsing GPTs, a FastAPI-based index system for vector search of GPTs, and a Plasmo browser extension to display third-party GPTs alongside the official ChatGPT interface. The index system leverages vector embeddings (using text-embedding-ada-002
) stored in Zilliz Cloud for efficient semantic searching of GPTs.
Quick Start & Requirements
pnpm install
, make dev
(runs on http://localhost:8067
). Requires .env
with POSTGRES_URL
, INDEX_API_BASE_URI
, INDEX_API_KEY
.pip install -r requirements.txt
, make dev
. Requires .env
with PostgreSQL credentials, Azure OpenAI API keys/model names, Zilliz Cloud credentials, and an INDEX_API_KEY
.pnpm install
, make dev
. Load unpacked extension in Chrome.Highlighted Details
Maintenance & Community
gpts-data
from GPTs Hunter.Licensing & Compatibility
Limitations & Caveats
The project is presented as a collection of components requiring separate setup and configuration. The lack of a specified license makes commercial use or integration into proprietary systems uncertain. The dependency on external services like Zilliz Cloud and Azure OpenAI may incur costs.
5 months ago
Inactive