Skip to content

Conversation

@aibrahim-oai
Copy link
Collaborator

@aibrahim-oai aibrahim-oai commented Jan 8, 2026

  • add with_model_provider to the test codex builder
  • replace the bespoke remote models harness with TestCodex in remote_models tests

let mut builder = test_codex()
.with_auth(CodexAuth::create_dummy_chatgpt_auth_for_testing())
.with_model_provider(ModelProviderInfo {
base_url: Some(format!("{}/v1", server.uri())),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why doe we need this? Don't we set up the same by default?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Collaborator

@pakrym-oai pakrym-oai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QQ

@aibrahim-oai aibrahim-oai merged commit af1ed26 into main Jan 9, 2026
32 checks passed
@aibrahim-oai aibrahim-oai deleted the codex/01-08-dsd branch January 9, 2026 23:11
@github-actions github-actions bot locked and limited conversation to collaborators Jan 9, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants