mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
remove beta experimental header (#5892)
This commit is contained in:
committed by
GitHub
Unverified
parent
e3f913f567
commit
ef55992ab0
@@ -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