🛠 工具 / 开源
llm 0.31 发布:新增 GPT-5.5 模型与动词度控制选项llm 0.31
Simon Willison 发布的 llm 0.31 版本正式集成了 OpenAI 最新的 GPT-5.5 模型,用户可通过 `llm -m gpt-5.5` 调用。同时新增了针对 GPT-5+ 系列模型的文本动词度参数设置功能(`-o verbosity low/medium/high`),允许开发者更精细地控制输出详细程度。此外还包括多项 bug 修复与性能优化。
Simon Willison
Release llm 0.31 — Access large language models from the command-line
New GPT-5.5 OpenAI model: llm -m gpt-5.5. #1418 New option to set the text verbosity level for GPT-5+ OpenAI models: -o verbosity low. Values are low, medium, high. New option for setting the image detail level used for image attachments to OpenAI models: -o image_detail low - values are low, high and auto, and GPT-5.4 and 5.5 also accept original. Models listed in extra-openai-models.yaml are now also registered as asynchronous. #1395
需要完整排版与评论请前往来源站点阅读。