8.0
热点
AI SCORE
开源项目2026-09-22 23:54
llm-typesafe插件支持Jev模型二元判断
Simon Willison#LLM插件#TypeScript#开源
Editor brief · 编辑速览
新插件支持TypeSafe AI的Jev模型,可进行退款判断、团队归属分类、问题严重度评分等结构化输出。
我为 LLM 构建了这个新插件,用于添加对 TypeSafe AI 全新 Jev 模型的支持。安装方式如下:
llm install llm-typesafe
然后设置一个 API 密钥(在这里获取,等待列表似乎放行速度相当快):
llm keys set typesafe
# Paste key
现在你可以像这样提问是非类的"noul"问题:
llm -m jev 'Please refund my last payment.' \
-s 'Does this message explicitly request a refund?'
{"type": "noul", "noul": 0.99}
或者像这样提问选择题:
cat message.txt | llm -m jev \
-s 'Which team should handle this message? If billing and technical issues both occur, choose billing?' \
-o answer_type choice \
-o criteria '{
"billing":"Charges, invoices, payments, or refunds",
"technical":"Problems installing or using the product",
"other":"Neither category fits"
}'
或者像这样提问评分题:
cat report.txt | llm -m jev \
-s 'How reproducible is the problem described in this report?' \
-o answer_type score \
-o criteria '[
"No reproduction instructions",
"Some instructions, but important steps are missing",
"Complete steps with expected and actual results"
]'
更多详情请参阅 README。
Claude Opus 5.5、GPT-6 Sol、GPT-6 Luna 与新一轮价格战 - 2026 年 9 月 22 日
Jev 引入了一种全新形态的 LLM——System One,又名 Decision Models - 2026 年 9 月 21 日
用 GPT-6 Astra 和 ChatGPT Work 生成跑步路线 - 2026 年 9 月 12 日
这是 Simon Willison 于 2026 年 9 月 22 日发布的一则快讯。
赞助我 $10/月,获取当月最重要 LLM 动态的精选邮件摘要。
付费让我少发邮件!