返回全部动态
llm-typesafe 0.1a0:为 LLM 增加 TypeSafe Jev 模型支持
原标题:llm-typesafe 0.1a0
AI 摘要
Simon Willison 发布了 LLM 插件 llm-typesafe 0.1a0,用于支持 TypeSafe AI 的新模型 Jev。用户安装插件并设置 API key 后,可通过命令行进行是/否(noul)、选择和评分三类问答。该插件将 Jev 的决策模型能力接入 LLM 工具链。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
22nd September 2026 I built this new plugin for LLM to add support for TypeSafe AI's new Jev model. Install it like this: llm install llm-typesafe Then set an API key (get one here, the waitlist seems to move pretty fast): llm keys set typesafe # Paste key And now you can ask yes/no "noul" questions like this: llm -m jev 'Please refund my last payment.' \ -s 'Does this message explicitly request a refund?' Output: {"type": "noul", "noul": 0.99} Or choice questions like this: cat message.txt |
发布时间:2026-09-22 23:54
抓取时间:2026-09-23 00:50
来源机构:Simon Willison