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-tester
or pipx
:
pipx install openai-api-tester
openai-api-tester
You can also launch the application one-shot:
uvx openai-api-tester
pipx run openai-api-tester
Install Clever Tools and create a Python application:
npm i -g clever-tools
clever login
clever create --type python
Set the environment variables:
clever env set CC_RUN_COMMAND "uvx openai-api-tester"
Deploy the application:
clever deploy
clever open
To 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.py
This project is licensed under the MIT License.