SIGN IN SIGN UP

🐛 fix(utils.py): add type check for streaming and stream attributes before setting them to True

The code now checks if the streaming and stream attributes are boolean before setting them to True. This ensures that the attributes are not set to True if they are not boolean, which could cause errors in the code.
G
Gabriel Luiz Freitas Almeida committed
8e2bacad9a1acbe17b3497adc5024239e5f06779
Parent: 58db0f3