CPA转的gpt没有5.6是啥原因

ovo_ojo 2026-07-10 09:28 1

看CPA里都有5.6了,mac里cli和桌面版已经升级成最新版了,cli里有5.6,桌面版里还是没有,是咋回事啊佬们

最新回复 (13)
  • 游民之辈 07-10 09:29
    1

    同样求一个攻略,cli 强制设置有。但是桌面端还是不行。

  • jaime0815 07-10 09:31
    2

    更新一下


    curl -fsSL https://chatgpt.com/codex/install.sh | sh
    codex
    ⚠ Codex's Linux sandbox uses bubblewrap and needs access to create user namespaces.

    ╭─────────────────────────────────────────────╮
    │ >_ OpenAI Codex (v0.144.1) │
    │ │
    │ model: gpt-5.5 xhigh /model to change │
    │ directory: ~/workspace/tools/steel_RAG │
    ╰─────────────────────────────────────────────╯

    Tip: Our most capable model yet. GPT-5.6 Sol can tackle complex code changes, dig into research, produce polished documents, and take on your most ambitious work. Sol is highly capable at lower reasoning efforts—try starting lower, then turn it up for
    harder jobs.

    Select Model and Effort
    Access legacy models by running codex -m <model_name> or in your config.toml

    1. gpt-5.6-sol (default) Latest frontier agentic coding model.
    2. gpt-5.6-terra Balanced agentic coding model for everyday work.
    3. gpt-5.6-luna Fast and affordable agentic coding model.
    › 4. gpt-5.5 (current) Frontier model for complex coding, research, and real-world work.
  • 大海 07-10 09:33
    3

    同样求一个攻略



    同样求一个攻略,我的更新后也没有

  • IsJun 07-10 09:48
    5

    可以改config.toml的model为gpt-5.6-sol来使用

    我的现在不知道为啥也没有出来

  • Maci 07-10 10:10
    6

    桌面端还没更新出来,先改 ~/.codex/config.toml,或者用codex命令行

  • ovo_ojo 楼主 07-10 10:13
    7

    自己试出来一个曲线救国的:

    在~/.codex/config.toml里把默认的配成gpt-5.6-sol,对话里不要选任何模型,就可以使用sol了

  • 江月 07-10 10:15
    8

    在codex app里面登出,然后随便登录一个free号,就出来了

  • ovo_ojo 楼主 07-10 10:35
    9

    我的号都没搞定手机号验证,有什么办法吗

  • jiaoyang777 07-10 10:36
    10

    应该是cpa版本还没有更新吧。。

  • 江月 07-10 10:36
    11

    那只能配置 config.toml 自定义了

  • Grazier 07-10 10:45
    12

    俺也一样,CPA中设置别名临时解决下



  • Acefa 07-10 10:46
    13

    codex cli更新到最新版本就可以显示出新模型了,但codex桌面端和vscode拓展插件由于官方未放开新模型在api模式下的UI展示,需要自行改配置文件接入。codex桌面端(vscode插件)接入示例:对codex说"修改我的~/.codex/config.toml,把model改成gpt-5.6-sol",codex修改完成之后需要重启codex才能让新配置生效,重启后所选模型显示未自定义(custom)就说明已经配好了。

  • ok_good_yes 07-10 11:02
    14



    我更新插件后还是没显示,直接让5.5修,还真修好了哈哈,就是很久

* 帖子来源Linux.do
返回