← 返回列表

llm-echo 0.5a0

Simon Willison 2 信息等级 2 1 噪音/剔除;2 较弱;3 普通事实;4 重要行业动态;5 极重大事件。该分数是信息显著性,不是投资建议。 发布:2026-05-05T01:31 抓取:2026-05-05 16:15
🔗 原文链接
摘要

LLM 插件 llm-echo 发布 0.5a0 版本,新增 -o thinking 1 选项,用于测试推理功能。该插件提供假模型,适用于编写自动化测试。

客观事实
  • llm-echo 0.5a0 版本发布
  • 新增 -o thinking 1 选项用于测试推理功能
  • 该插件提供假模型用于自动测试
llm-echo LLM

原文

Release: llm-echo 0.5a0

New -o thinking 1 option to help test against LLM 0.32a0 and higher.

This plugin provides a fake model called "echo" for LLM which doesn't run an LLM at all - it's useful for writing automated tests. You can now do this:

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

This will fake a reasoning block to standard error before returning JSON echoing the prompt.

    Tags: llm