Skip to content

Commit c0ef65e

Browse files
committed
Forgot to simplify the line 1753 in rails/llm/config.py
1 parent 3513d70 commit c0ef65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nemoguardrails/rails/llm/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1750,7 +1750,7 @@ def streaming_supported(self):
17501750
# if we have output rails streaming enabled
17511751
# we keep it in case it was needed when we have
17521752
# support per rails
1753-
if self.rails.output.streaming and self.rails.output.streaming.enabled:
1753+
if self.rails.output.streaming.enabled:
17541754
return True
17551755
return False
17561756

0 commit comments

Comments
 (0)