openai-api-playground
openai-api-playground copied to clipboard
An alternative UI for playing with ChatGPT
https://platform.openai.com/docs/guides/chat/introduction Currently, all prompts are sent as `role=user`. The endpoint supports `(system, user, assistant)` as roles. I skipped this in the current version because it doesn't appear to be valuable...
Clicking on "Run" is inefficient. A hotkey like `SHIFT` + `Enter` that runs the current prompt is much more user-friendly.
It'd be nice if the state were persisted to local storage so I don't have to set the API key every time, or lose the variables I've set. API Key...