datasette-llm-limits 0.1a0

Simon Willison's Blog 工具

摘要

datasette-llm-limits 0.1a0 是 Datasette 的一个新插件,允许为用户或全局配置 LLM 使用消费限额,与 datasette-llm 和 datasette-llm-accountant 配合使用。

暂无内容
查看原文
查看缓存全文

缓存时间: 2026/05/16 00:26

# 发布:datasette-llm-limits 0.1a0 来源:https://simonwillison.net/2026/May/15/datasette-llm-limits/ 2026年5月15日 发布 `datasette-llm-limits 0.1a0`(https://github.com/datasette/datasette-llm-limits/releases/tag/0.1a0)—— 用于在 Datasette 中配置 LLM 使用周期限制的插件 该插件与 `datasette-llm`(https://github.com/datasette/datasette-llm)和 `datasette-llm-accountant`(https://github.com/datasette/datasette-llm-accountant)配合使用,允许你在 Datasette 中为每个用户(或全局)配置 LLM 使用的花费限制。配置示例如下: ``` plugins: datasette-llm-limits: limits: per-user-daily: scope: actor window: rolling-24h amount_usd: 1.00 ``` 发布于 2026年5月15日(https://simonwillison.net/2026/May/15/)上午12:42

相似文章

datasette-llm-accountant 0.1a4

Simon Willison's Blog

发布 datasette-llm-accountant 0.1a4,这是一个 Datasette 的早期 alpha 插件,用于跟踪 LLM 的使用和成本。

datasette-llm 0.1a7

Simon Willison's Blog

Datasette-llm 0.1a7 是一个新的 alpha 版本插件,为 Datasette 提供 LLM 集成,使插件能够为特定模型配置默认选项。

datasette-llm 0.1a8

Simon Willison's Blog

datasette-llm 0.1a8 是 Datasette 插件的一个新版本,集成了大语言模型,支持直接在 Datasette 中进行 LLM 查询和分析。

datasette-ip-rate-limit 0.1a0

Simon Willison's Blog

datasette-ip-rate-limit 0.1a0 是一个可配置的限流插件,用于 Datasette,旨在阻止恶意的爬虫。

datasette-acl 0.6a0

Simon Willison's Blog

datasette-acl 0.6a0 版本从仅限表的权限扩展为通用的资源共享系统。