Simon Willison · 博客

llm-echo 0.5a0

llm-echo 0.5a0

二〇二六年六月六日 · 英文原文

Simon Willison 于 2026 年 5 月 5 日发布 llm-echo 0.5a0。该 LLM debug plugin 提供 fake model “echo”,用于自动化测试;新增 `-o thinking 1`,面向 LLM 0.32a0 及以上版本,可在返回回显 prompt 的 JSON 前向 standard error 伪造 reasoning block。

2026 年 5 月 5 日

发布 llm-echo 0.5a0——用于 LLM 的 debug plugin,提供一个 echo model

  • 新增 -o thinking 1 选项,用于帮助针对 LLM 0.32a0 及更高版本进行测试。

这个 plugin 为 LLM 提供了一个名为 "echo" 的 fake model,它完全不会运行 LLM——这对于编写自动化测试很有用。现在你可以这样做:

uvx --with llm==0.32a1 --with llm-echo==0.5a0 llm -m echo hi -o thinking 1

这会在返回回显 prompt 的 JSON 之前,向 standard error 伪造一个 reasoning block。

发布于 2026 年 5 月 5 日 凌晨 1:31

近期文章

这是一篇 Simon Willison 的 beat,发布于 2026 年 5 月 5 日

月度简报

每月赞助我 $10/month,即可收到一封精选邮件摘要,汇总当月最重要的 LLM 进展。

付费让我少给你发东西!

赞助并订阅

译自 Simon Willison · 博客 · 录于 二〇二六年六月六日