Skip to content

ChatGPT API Playground. Our latest tool, a web app, allowing you to interact with the ChatGPT API by inputting prompts as System, User, or Assistant.

Notifications You must be signed in to change notification settings

kannansuresh/chatgpt-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatGPT API Playground

Node.js CI

pages-build-deployment

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.

Demo

Features

  1. Provide prompts as System, User, or Assistant.
  2. Switch the roles of each message.
  3. Add new messages.
  4. Delete any irrelevant messages.
  5. Export the chat as Markdown file.
  6. Export the chat as HTML file.
  7. Export the code that generated the chat as a Python file.

Future plans

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

FAQ

How to get API Key?

You can get API Key by visiting platform.openai.com and clicking on "Get API Key" button.

How does save API key work?

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.

Can you access the chats I make?

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.

About

ChatGPT API Playground. Our latest tool, a web app, allowing you to interact with the ChatGPT API by inputting prompts as System, User, or Assistant.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published