mirror of
https://github.com/openai/codex.git
synced 2026-04-28 10:21:06 +03:00
Reuse websocket connection (#9127)
Reuses the connection but still sends full requests.
This commit is contained in:
@@ -1171,7 +1171,7 @@ async fn azure_responses_request_includes_store_and_reasoning_ids() {
|
||||
SessionSource::Exec,
|
||||
);
|
||||
|
||||
let client = ModelClient::new(
|
||||
let mut client = ModelClient::new(
|
||||
Arc::clone(&config),
|
||||
None,
|
||||
model_info,
|
||||
|
||||
Reference in New Issue
Block a user