mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 08:56:21 +02:00
* 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>
5 lines
No EOL
66 B
Python
5 lines
No EOL
66 B
Python
#!/usr/bin/env python3
|
|
|
|
from trustgraph.metering import run
|
|
|
|
run() |