We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e27dd commit ac3fab0Copy full SHA for ac3fab0
examples/chat_stream_cli.rs
@@ -75,5 +75,6 @@ async fn listen_for_tokens(mut chat_stream: Receiver<ChatCompletionDelta>) -> Ch
75
}
76
};
77
78
+ println!();
79
merged.unwrap().into()
80
0 commit comments