2026年9月22日
我为 LLM 构建了这个新插件,以添加对 TypeSafe AI 的新 Jev 模型 的支持。像这样安装它:
llm install llm-typesafe
然后设置一个 API 密钥(在此获取,等待名单似乎推进得相当快):
llm keys set typesafe
# 粘贴密钥
现在你可以像这样提出是/否的“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,又名决策模型- 2026年9月21日使用 GPT-6 Astra 和 ChatGPT Work 生成跑步路线- 2026年9月12日