We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3513d70 commit c0ef65eCopy full SHA for c0ef65e
nemoguardrails/rails/llm/config.py
@@ -1750,7 +1750,7 @@ def streaming_supported(self):
1750
# if we have output rails streaming enabled
1751
# we keep it in case it was needed when we have
1752
# support per rails
1753
- if self.rails.output.streaming and self.rails.output.streaming.enabled:
+ if self.rails.output.streaming.enabled:
1754
return True
1755
return False
1756
0 commit comments