Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drudilorenzo authored Mar 29, 2024
1 parent 51a703f commit 699b96e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
![ChatGPT](https://img.shields.io/badge/chatGPT-74aa9c?style=for-the-badge&logo=openai&logoColor=white)
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)

# track-openai-cost
OpenAI cost tracking

Simple cost tracker for OpenAI requests.\
Do every request tracking also the live cost and raising an exception when it exceeds the bound you have set.\
Visualize the costs filtering by model and day.

<pre>
See the <a href="https://github.com/drudilorenzo/track-openai-cost/blob/master/demo.ipynb">demo file</a> for a usage example.
</pre>

**Clients supported:**
- OpenAI
- Azure OpenAI

**Endpoint supported:**
- Chat completion

0 comments on commit 699b96e

Please sign in to comment.