octopus 这个软件怎么配置 codex 呢?

砖头 2026-03-01 11:48 1

model = "gpt-5.3-codex"
model_reasoning_effort = "high"
model_provider = "octopus"

network_access = "enabled" # 启用网络访问
disable_response_storage = true # 隐私选项:不存储响应

[model_providers.octopus]
name = "octopus"
base_url = "http://127.0.0.1:8080/v1"
requires_openai_auth = true

这是我的配置,直接访问codex ,说了个你好 就给我返回


unexpected status 404 Not Found: {"code":404,"message":"model not found"}, url: http://127.0.0.1:8080/v1/responses


我直接使用公益站,商业站,官方的都试了可以。实在不知道怎么配置。只好求助于各位佬友了。。

我看那个意思是调用 responses 的时候是 404 ,我也直接访问这个域名了确实是 404 但是手册里面没有看到怎么配置这个地方的。

我用的是二进制启动的,直接 cmd 下启动的服务




听下面的佬友换成了



还是不行


unexpected status 401 Unauthorized: {"code":401,"message":"Authentication failed"}, url: http://127.0.0.1:8080/v1/responses
最新回复 (15)
  • 木子不是木子狸 03-01 11:52
    1

    你选了模型吗


    然后模型名称要对应啊


    分组里面的模型 也要选一下

  • calendar 03-01 12:14
    2

    还有要记得选 response

  • 砖头 楼主 03-01 12:39
    3

    还要选啊

  • 砖头 楼主 03-01 12:40
    4



    选了啊

  • 砖头 楼主 03-01 12:40
    5



    对了。。。。

  • 砖头 楼主 03-01 13:33
    6

    佬 还是不行

  • calendar 03-01 13:48
    7

    改成下面这个试试:


    model_provider = "custom"
    model = "gpt-5.3-codex"
    model_reasoning_effort = "high"
    disable_response_storage = true

    [model_providers.custom]
    name = "custom"
    wire_api = "responses"
    requires_openai_auth = true
    base_url = "http://127.0.0.1:8080/v1"

    然后 auth.json:


    {
    "OPENAI_API_KEY": "sk-octopus-..."
    }

    或者用 cc-switch,自己改配置容易错。

  • 砖头 楼主 03-01 13:50
    8

    谢谢你。还是不行 我放弃了

  • calendar 03-01 13:51
    9

    在这里选了以后,在密钥这里也要:


  • 砖头 楼主 03-01 13:53
    10


    我看这里写的是 不选择则为无限制

  • 砖头 楼主 03-01 13:54
    11

    我懂了。。。还要配置分组

  • 砖头 楼主 03-01 13:57
    12

    还是不行配置了已经,但是

    http://127.0.0.1:8080/v1/responses 这个地址访问不了

  • 砖头 楼主 03-01 14:04
    13

    佬谢谢你的指点,我放弃这个软件了。可能我的系统不支持,怎么配置都不行

  • Violet 03-07 02:44
    14

    octopus 能直接导入 codex team 官号吗?我看导入只能填 base url 和 api-key,是不是还得用别的服务先把 codex 转成 API? ^-^

  • jinyu30 08-11 19:30
    15

    兄弟,你不是一个人,这个项目目前看起来不适合我们这样的用户

* 帖子来源Linux.do
返回