vscode codex插件配置第三方api

2026-04-11 10:350阅读0评论SEO资源
  • 内容介绍
  • 文章标签
  • 相关推荐
问题描述:

我在配置文件里配置好了第三方api但是还是显示需要登录或者官方api才能使用,尝试使用ccswitch也没有效果,请问有什么问题排查方案嘛?

网友解答:
--【壹】--:

model = "gpt-5.4" model_context_window = 1000000 model_auto_compact_token_limit = 900000 model_reasoning_effort = "high" disable_response_storage = true model_provider = "custom" [model_providers.custom] name = "custom" wire_api = "responses" requires_openai_auth = true base_url = "https://ice.v.ua" [windows] sandbox = "elevated" [mcp_servers]

参考一下 CCSwitch 配置

配置切换完记得 重启一下vscode窗口developer:reload window


--【贰】--:

先使用官方账号登录 然后使用CCSwitch切换自己api配置

标签:快问快答
问题描述:

我在配置文件里配置好了第三方api但是还是显示需要登录或者官方api才能使用,尝试使用ccswitch也没有效果,请问有什么问题排查方案嘛?

网友解答:
--【壹】--:

model = "gpt-5.4" model_context_window = 1000000 model_auto_compact_token_limit = 900000 model_reasoning_effort = "high" disable_response_storage = true model_provider = "custom" [model_providers.custom] name = "custom" wire_api = "responses" requires_openai_auth = true base_url = "https://ice.v.ua" [windows] sandbox = "elevated" [mcp_servers]

参考一下 CCSwitch 配置

配置切换完记得 重启一下vscode窗口developer:reload window


--【贰】--:

先使用官方账号登录 然后使用CCSwitch切换自己api配置

标签:快问快答