OpenAI API Tester is a tool designed to interact with APIs compatible with OpenAI's format. It uses the FastAPI framework and HTMX to provide a seamless interface for quickly testing various APIs. Form inputs are stored in the browser's local storage, so you can pick up where you left off.
To install the necessary dependencies, use the uv package manager:
uv tool install openai-api-tester
openai-api-testeror pipx:
pipx install openai-api-tester
openai-api-testerYou can also launch the application one-shot:
uvx openai-api-tester
pipx run openai-api-testerInstall Clever Tools and create a Python application:
npm i -g clever-tools
clever login
clever create --type pythonSet the environment variables:
clever env set CC_RUN_COMMAND "uvx openai-api-tester"Deploy the application:
clever deploy
clever openTo run the application locally, clone the repository use the development script:
git clone https://github.com/davlgd/openai-api-tester.git
cd openai-api-tester
uv run dev.pyThis project is licensed under the MIT License.