Skip to content

immineal/openai-playground-plus

 
 

Repository files navigation

OpenAI Playground Plus

Playground app for OpenAI API's and more. Use your own OpenAI API Key. Your API Key is stored and used only from your browser.

Playground Plus App

API's

These OpenAI API's are currently supported in the playground.

  • Text Generation
  • Text Completion
  • Vision
  • Audio Transcription
  • Image Generation
  • Assistants
  • Moderations

OpenAI API Reference

OpenAI Docs

Tokenizer

Tool to help you understand how text is tokenized by a model and the total count of tokens.

Tokenizer uses gpt-tokenizer npm package, which is a port of OpenAI's tiktoken.

Run locally

Follow these steps to run the app locally.

  • Install dependencies
npm install
  • Start development server
npm run dev

You can access the app on http://localhost:3000

Build

Run the following script to build the app.

npm run build

About

Play with OpenAI API's using your own API Key. Your API Key is stored and used only from your browser.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.5%
  • CSS 1.6%
  • Other 0.9%