使用自建的服务器,使用ccswith,途中会出现unexpected status 404 Not Found: openai_error, url: http://127.0.0.1:15721/v1/responses,使用ccswith测试正常,只要提问题、发请求就会出现,使用gpt 5.4也修复不了,使用收费的中转站就不会出现。求助大佬是个怎么回事,困扰一天了。
ssw配置:
model_provider = “custom”
model = “gpt-5.4”
model_context_window = 1000000
model_auto_compact_token_limit = 900000
model_reasoning_effort = “xhigh”
disable_response_storage = true
model_instructions_file = “~/.codex/prompts/system-prompt.md”[model_providers]
[model_providers.custom]
name = “custom”
wire_api = “response”
requires_openai_auth = true
base_url = “https://XXXXXXXXX”[profiles]
[profiles.ctf]
model_instructions_file = “~/.codex/prompts/instruction.ctf.md”
1 个帖子 - 1 位参与者