Skip to content

Commit

Permalink
remove outdated comment from examples/chat-stream (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
64bit committed Aug 8, 2023
1 parent 0299738 commit 8f2d727
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/chat-stream/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ async fn main() -> Result<(), Box<dyn Error>> {

let mut stream = client.chat().create_stream(request).await?;

// For reasons not documented in OpenAI docs / OpenAPI spec,
// the response of streaming call is different and doesn't include all the same fields.

// From Rust docs on print: https://doc.rust-lang.org/std/macro.print.html
//
// Note that stdout is frequently line-buffered by default so it may be necessary
Expand Down

0 comments on commit 8f2d727

Please sign in to comment.