From ef55992ab0f3abdcbd19540b3d4bcd0b26ea5c74 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim Date: Tue, 28 Oct 2025 14:28:56 -0700 Subject: [PATCH] remove beta experimental header (#5892) --- codex-rs/core/src/client.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/codex-rs/core/src/client.rs b/codex-rs/core/src/client.rs index a947e342..b38d6de8 100644 --- a/codex-rs/core/src/client.rs +++ b/codex-rs/core/src/client.rs @@ -315,7 +315,6 @@ impl ModelClient { .map_err(StreamAttemptError::Fatal)?; req_builder = req_builder - .header("OpenAI-Beta", "responses=experimental") // Send session_id for compatibility. .header("conversation_id", self.conversation_id.to_string()) .header("session_id", self.conversation_id.to_string())