Skip to content

hanckjt/openai_api_playground

Repository files navigation

OpenAI API Playground

The reason why I developed this online application is because I enjoy researching various new LLMs, including open source and closed source online. However, after deploying the server, I often have to test it. I searched online for a long time but couldn't find a good one, so I wrote one myself with streamlit. You can play any API server that compatible with OpenAI API, hoping to help friends with similar needs.

Try it on streamlit cloud: https://openai-api-playground.streamlit.app/

91bf86c9b3830da22b9a396f7614edd a20236222dca67f84e9a610091912de bc273669795010b976d3cb9d7a94505

Feature List:

  • Set API server URL and KEY
  • List all models on the server and informations
  • Specify a model and set its parameters
  • Support for stream or non-stream mode
  • Test the connection latency of the API server
  • Test the token generation speed of the model with concurrency
  • View the complete session state content of Streamlit
  • Support multimodal model, including images, audio or video
  • Conduct Q&A interactions using uploaded text files as a knowledge base
  • Support for online content search for reference

Usage Instructions:

1. Download the Repository:

   git clone https://github.com/hanckjt/openai_api_playground.git
   cd openai_api_playground

2. Run the Script:

Linux:

   chmod +x run.sh
   ./run.sh

Windows:

   run.bat

About

You can play any API server that compatible with OpenAI API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published