diff --git a/rig-core/src/streaming.rs b/rig-core/src/streaming.rs index f379c28..2d720a9 100644 --- a/rig-core/src/streaming.rs +++ b/rig-core/src/streaming.rs @@ -103,7 +103,7 @@ impl Stream for StreamingCompletionResponse { } 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) }