feat(codex): add requires_openai_auth flag to provider config template
Add requires_openai_auth = true to the generated config.toml template for custom Codex providers to ensure proper authentication handling.
This commit is contained in:
@@ -49,7 +49,8 @@ disable_response_storage = true
|
||||
[model_providers.${cleanProviderName}]
|
||||
name = "${cleanProviderName}"
|
||||
base_url = "${baseUrl}"
|
||||
wire_api = "responses"`;
|
||||
wire_api = "responses"
|
||||
requires_openai_auth = true`;
|
||||
}
|
||||
|
||||
export const codexProviderPresets: CodexProviderPreset[] = [
|
||||
|
||||
Reference in New Issue
Block a user