Explorer is a power tool for iterating on GPT-3 prompts and settings. Bring your own API key.
Don't have access yet? Check out some awesome completions from the community 🤗 :
Movie summaries
Q: Is a hot dog a sandwich?
A discussion with a helpful medical expert.
Dashboard for interacting with GPT-3 API
A simple intuitive GUI for making GPT-3 API completion requests and iterating on prompts
Prompt and completion history
Pull up past completion prompt and settings to rerun, review notes, and share.
Shareable prompts and settings (example)
Share completions with collaborators and the world. Have them try out the settings in their own Explorer account.
🐥 Have a feature request? Submit it here.
Explorer is deployed here: http://gpt-3-explorer.vercel.app/
Your data is securely stored in Firebase behind Google OAuth. Explorer does not own your data - we do not use or sell it to third-parties. Read more in our privacy policy.
Get a download of all your data here.
🐛 Submit a bug | 🐥 Submit a feature request
This is a Next.js project bootstrapped with create-next-app
.
Install all dependencies
yarn install
Create file for local environment variables
In the project root create a .env.local
file with your test Firebase credentials.
NEXT_PUBLIC_FIREBASE_APIKEY=
NEXT_PUBLIC_FIREBASE_AUTHDOMAIN=
NEXT_PUBLIC_FIREBASE_DATABASEURL=
NEXT_PUBLIC_FIREBASE_PROJECTID=
NEXT_PUBLIC_FIREBASE_APPID=
Run development server
yarn dev
Create a PR describing the change you've made and someone will be along to review it and get it merged to master. After changes are merged to master
, we'll trigger a production deployment to http://gpt-3-explorer.vercel.app/.
This tool was built to unblock our own experimentation and product research with GPT-3. As our own experimentation process develops, we'll continue to add features to Explorer so we can augment our own explorations, and hopefully the rest of the community's.
Check out our public roadmap to see what's upcoming for Explorer!
Hi! We're Cathy, Stedman, and Zain. We initially built this as a small internal tool and thought it'd be useful to others as they explore GPT-3 usecases. Feel free to DM us in the OpenAI Slack or email us at hello@belaylabs.com! 👋
📜 gpt-scrolls
📖 gptprompts.wikidot.com
This project is licensed under the terms of the Apache-2.0.