dglazkov / polymath

MIT License
132 stars 9 forks source link

Improve the first-run experience on the webapp #67

Open jkomoros opened 1 year ago

jkomoros commented 1 year ago

We should make it so the first time you visit the webapp, it gives a first run dialog that walks you through how:

1) What this thing is useful for (and why it's worth a bit of effort to get it set up) 2) How to get an OpenAI key if you don't have one 3) How to fetch your OpenAI key if you don't have it 4) Paste in your OpenAI key (and why it's only stored clientside) 5) Do your first query from among the fun examples Later... 6) Breadcrumbs to go deeper and use a client that combines multiple endpoints

jkomoros commented 1 year ago

Another thing that could help is some kind of burner OpenAI_API_Key that we can host so you can do ~10 queries on an endpoint on a trial basis (would require some kind of cloud function or something to control access without revealing the key)