🛠 工具 / 开源
llm 0.31 发布:支持 GPT-5.5 和新参数llm 0.31
Simon Willison 发布的 llm 0.31 版本正式支持 GPT-5.5 OpenAI 模型,用户可通过 `llm -m gpt-5.5` 命令调用。该版本新增了对 GPT-5+ 系列模型文本冗长度(verbosity)参数的支持,允许设置 `-o verbosity low/medium/high` 来控制输出详细程度。这些更新使命令行工具能更好地利用 GPT-5.5 的新特性,提升开发效率。
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
需要完整排版与评论请前往来源站点阅读。