harrywang's picture
minor change to force rebuild
9cfdb4b
|
raw
history blame contribute delete
No virus
515 Bytes

A newer version of the Gradio SDK is available: 4.44.0

Upgrade
metadata
title: OpenAI Token & Cost Calculator
emoji: 💰
colorFrom: yellow
colorTo: gray
sdk: gradio
sdk_version: 4.24.0
app_file: app.py
pinned: false
license: mit

A Gradio App for Calculating OpenAI API Tokens and Costs.

Local setup:

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt

Then run python app.py or gradio app.py (for debugging auto reloading) to try the app at http://127.0.0.1:7860/

Use https://platform.openai.com/tokenizer for visualization