Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlmogBaku committed May 17, 2024
1 parent 8d435ad commit 3689900
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ works better with LLMs).
# 🤔 What's the big deal? Why use this library?

The OpenAI Streaming API is robust but challenging to navigate. Using the `stream=True` flag, we get tokens as they are
generated, instead of waiting for the entire response - this can create a much friendlier user experience with the
illusion of quicker response times. However, this involves complex tasks like manual stream handling
and response parsing, especially when using OpenAI Functions or complex outputs.
generated, instead of waiting for the entire response this can create a much friendlier user experience with the
illusion of a quicker response time. However, this involves complex tasks like manual stream handling and response
parsing, especially when using OpenAI Functions or complex outputs.

`openai-streaming` is a small library that simplifies this by offering a straightforward Python Generator interface for
handling streaming responses.
Expand Down

0 comments on commit 3689900

Please sign in to comment.