Zum Inhalt

datasette-llm-limits 0.1a0

This plugin integrates with datasette-llm and datasette-llm-accountant, allowing you to set spending limits (either per-user or global) for LLM usage within Datasette. The setup appears as follows: plugins:
datasette-llm-limits:
limits:
per-user-daily:
scope: actor
window: rolling-24h
amount_usd: 1.00

  Simon Willison’s Weblog