datasette-llm-limits 0.1a0 Release of datasette-llm-limits 0.1a0, a plugin for Datasette that works with datasette-llm and datasette-llm-accountant to enforce per-user or global spending limits on LLM usage. It provides an example configuration showing a daily per-user limit of $1.00 USD within a rolling 24-hour window. Release: datasette-llm-limits 0.1a0 This plugin works in conjunction with datasette-llm and datasette-llm-accountant to let you configure a per-user or global spending limit for LLM usage inside of Datasette. Configuration looks something like this: plugins: datasette-llm-limits: limits: per-user-daily: scope: actor window: rolling-24h amount usd: 1.00