Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

belay-labs/gpt-explorer

Repository files navigation

GPT-3 Explorer

A power tool for experimenting with GPT-3


Go to Explorer 🚀

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.

Features

Dashboard for interacting with GPT-3 API
A simple intuitive GUI for making GPT-3 API completion requests and iterating on prompts

Screenshot of dashboard

Prompt and completion history
Pull up past completion prompt and settings to rerun, review notes, and share.

Screenshot of dashboard

Shareable prompts and settings (example)
Share completions with collaborators and the world. Have them try out the settings in their own Explorer account.

Screenshot of dashboard

🐥 Have a feature request? Submit it here.

Hosted version

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.

Contributing

🐛 Submit a bug | 🐥 Submit a feature request

Developing

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

Review & deployment

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/.

Roadmap

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!

Discussion

OpenAI Slack

Maintainers

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! 👋

Resources we love

📜 gpt-scrolls
📖 gptprompts.wikidot.com

License

License

This project is licensed under the terms of the Apache-2.0.