Just like the ChatGPT Playground, this tool helps you in playing with the ChatGPT model. It is a simple web app that lets you have a chat with ChatGPT using the API.
I suggest you to read our article on Getting Started with ChatGPT API before using this tool. That will give you a good idea of what these fields represent.
I suggest you to read our article on Getting Started with ChatGPT API before using this tool. That will give you a good idea of what these fields represent.
- Provide prompts as System, User, or Assistant.
- Switch the roles of each message.
- Add new messages.
- Delete any irrelevant messages.
- Export the chat as Markdown file.
- Export the chat as HTML file.
- Export the code that generated the chat as a Python file.
- Create a standalone tool and make the code open source.
- Implement HTML preview of responses.
- Add more API settings like temperature, top_p, and max_tokens.
- Add more programming language exports like JavaScript, C#, and PHP.
- Option to save chats to local and load it later to continue conversation.
You can get API Key by visiting platform.openai.com and clicking on "Get API Key" button.
API Key get stored in your browser's local storage. This means that it is stored in your browser and not on our site. The key is stored in an encrypted format and is not accessible to us.
No, we cannot access the chats you make. This tool just acts as an interface for ChatGPT API. We do not have access or store any of your chats.