Skip to content

Commit

Permalink
chore: Remove unnecessary blank line in content generation stream
Browse files Browse the repository at this point in the history
Signed-off-by: Eden Reich <eden.reich@gmail.com>
  • Loading branch information
edenreich committed Feb 2, 2025
1 parent 4162ad7 commit b4698b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,6 @@ mod tests {
}];

let stream = client.generate_content_stream(Provider::Groq, "mixtral-8x7b", messages);

pin_mut!(stream);
while let Some(result) = stream.next().await {
let result = result?;
Expand Down

0 comments on commit b4698b8

Please sign in to comment.