trustgraph/scripts/metering
cybermaggedon 2a49365482
Adds basic metering infrastructure (#68)
* Basic metering module structure
* Token counting working for Bedrock
* Price calc using price list
* Added more models to pricelist
* Added Ollama token counts
----
Authored-by: JackColquitt <daniel@kalntera.ai>
2024-09-28 20:48:20 +01:00

5 lines
No EOL
66 B
Python

#!/usr/bin/env python3
from trustgraph.metering import run
run()