remove beta experimental header (#5892)

This commit is contained in:
Ahmed Ibrahim 2025-10-28 14:28:56 -07:00 committed by GitHub
parent e3f913f567
commit ef55992ab0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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())