open_ai: Remove model
field from ResponseStreamEvent (#36902)
Closes #36901 Release Notes: - Fixed use of Open WebUI as an LLM provider.
This commit is contained in:
parent
4605b96630
commit
0470baca50
1 changed files with 0 additions and 1 deletions
|
@ -446,7 +446,6 @@ pub enum ResponseStreamResult {
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Debug)]
|
#[derive(Serialize, Deserialize, Debug)]
|
||||||
pub struct ResponseStreamEvent {
|
pub struct ResponseStreamEvent {
|
||||||
pub model: String,
|
|
||||||
pub choices: Vec<ChoiceDelta>,
|
pub choices: Vec<ChoiceDelta>,
|
||||||
pub usage: Option<Usage>,
|
pub usage: Option<Usage>,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue