mirror of
https://github.com/openai/codex.git
synced 2026-09-05 15:18:41 +00:00
test: keep realtime compact snapshots on v1 path
This commit is contained in:
@@ -161,6 +161,7 @@ fn remote_realtime_test_codex_builder(
|
||||
test_codex()
|
||||
.with_auth(CodexAuth::from_api_key("dummy"))
|
||||
.with_config(move |config| {
|
||||
config.model_provider.name = "Azure".to_string();
|
||||
config.experimental_realtime_ws_base_url = Some(realtime_base_url);
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user