佬们!求帮助啊,捣鼓了半天,硬是没解决🥹

狗富贵 2026-06-06 07:56 1

codex里使用ccswitch硬是没调好,路由开了,也在codex的 **config.toml 设置里改过本地路由IP 都无效啊?有遇到过相同问题的大佬协助一下,万分感激

最新回复 (2)
  • 狗富贵 楼主 06-06 07:57
    1

    使用的是deepseek的官网API,ccswitch配置没问题,测试有正常延迟。

  • 狗富贵 楼主 06-06 07:59
    2

    model_provider = “custom”

    model = “deepseek-v4-flash”

    disable_response_storage = true

    notify = [“/Users/jfg/.codex/computer-use/Codex Computer Use.app/Contents/SharedSupport/SkyComputerUseClient.app/Contents/MacOS/SkyComputerUseClient”, “turn-ended”]

    model_reasoning_effort = “medium”

    model_catalog_json = “/Users/jfg/.codex/cc-switch-model-catalog.json”


    [model_providers]

    [model_providers.custom]

    name = “deepseek”

    base_url = “http://127.0.0.1:15721/v1”

    wire_api = “responses”

    requires_openai_auth = true


    [marketplaces.openai-bundled]

    last_updated = “2026-06-05T23:52:19Z”

    source_type = “local”

    source = “/Users/jfg/.codex/.tmp/bundled-marketplaces/openai-bundled”


    [marketplaces.openai-primary-runtime]

    last_updated = “2026-06-02T10:04:46Z”

    source_type = “local”

    source = “/Users/jfg/.cache/codex-runtimes/codex-primary-runtime/plugins/openai-primary-runtime”


    [plugins.“documents@openai-primary-runtime”]

    enabled = true


    [plugins.“spreadsheets@openai-primary-runtime”]

    enabled = true


    [plugins.“presentations@openai-primary-runtime”]

    enabled = true


    [plugins.“browser@openai-bundled”]

    enabled = true


    [features]

    js_repl = false


    [desktop]

    conversationDetailMode = “STEPS_COMMANDS”

    ambient-suggestions-enabled = false


    [projects.“/Users/jfg/Desktop/jfg_codex”]

    trust_level = “trusted”


    [projects.“/Users/jfg/Documents/Codex/2026-06-06/hi”]

    trust_level = “trusted”


    [mcp_servers.node_repl]

    args =

    command = “/Applications/Codex.app/Contents/Resources/node_repl”

    startup_timeout_sec = 120


    [mcp_servers.node_repl.env]

    NODE_REPL_NATIVE_PIPE_CONNECT_TIMEOUT_MS = “1000”

    NODE_REPL_NODE_MODULE_DIRS = “”

    NODE_REPL_NODE_PATH = “/Applications/Codex.app/Contents/Resources/node”

    NODE_REPL_TRUSTED_CODE_PATHS = “/Users/jfg/.codex”

    CODEX_HOME = “/Users/jfg/.codex”

    NODE_REPL_TRUSTED_BROWSER_CLIENT_SHA256S = “2de792ebdf729e85542c94275f6654821dddce546d9c7374c915f2297529e313”

    BROWSER_USE_AVAILABLE_BACKENDS = “chrome,iab”

    NODE_REPL_INSTRUCTIONS_USE_CASE_BROWSER = “Control the in-app browser in conjunction with the Browser Plugin.”

    NODE_REPL_INSTRUCTIONS_USE_CASE_CHROME = “Control the Chrome browser in conjunction with the Chrome Plugin. Prefer this method of controlling Chrome over alternatives (such as Computer Use) unless the user explicitly mentions an alternative.”

    BROWSER_USE_CODEX_APP_BUILD_FLAVOR = “prod”

    BROWSER_USE_CODEX_APP_VERSION = “26.602.40724”

    CODEX_CLI_PATH = “/Applications/Codex.app/Contents/Resources/codex”

* 帖子来源Linux.do
返回