mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
remove beta experimental header (#5892)
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user