open_ai: Remove model
field from ResponseStreamEvent
This commit is contained in:
parent
949398cb93
commit
a913cbc794
1 changed files with 0 additions and 1 deletions
|
@ -446,7 +446,6 @@ pub enum ResponseStreamResult {
|
|||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
pub struct ResponseStreamEvent {
|
||||
pub model: String,
|
||||
pub choices: Vec<ChoiceDelta>,
|
||||
pub usage: Option<Usage>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue