Skip to content

Commit

Permalink
Fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Amna Mubashar authored and Amna Mubashar committed Aug 8, 2024
1 parent fa835e3 commit 80fa052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __init__(
function that handles the streaming chunks. The callback function receives a
[StreamingChunk](https://docs.haystack.deepset.ai/docs/data-classes#streamingchunk) object and
switches the streaming mode on.
:param truncate: Whether to truncate the prompt messages or not.
:param truncate: Whether to truncate the prompt messages or not.
"""
if not model:
msg = "'model' cannot be None or empty string"
Expand Down

0 comments on commit 80fa052

Please sign in to comment.