llm-graph-builder
llm-graph-builder copied to clipboard
Track LLM token usage
- [ ] Store the token usage in extract and chat in database
- [ ] Use environment variable to turn on token usage tracking (mandatory database details if turned ON)
Hi @jexp
should we store token usage as combined for all llms used by user
or
each llm usage separate per user?
Across all LLMs, just total token usage.