mirror of https://github.com/0xplaygrounds/rig
chore: fmt
This commit is contained in:
parent
bd4f5f27da
commit
651a113d5c
|
@ -103,7 +103,7 @@ impl<R: Clone + Unpin> Stream for StreamingCompletionResponse<R> {
|
|||
}
|
||||
|
||||
stream.choice = OneOrMany::many(choice)
|
||||
.expect("There should be at least one assistant message");
|
||||
.expect("There should be at least one assistant message");
|
||||
|
||||
Poll::Ready(None)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue