remove beta experimental header (#5892)
This commit is contained in:
parent
e3f913f567
commit
ef55992ab0
1 changed files with 0 additions and 1 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue