Merge pull request #439 from mishalhossin/patch-1

This should prevent the UnicodeDecodeError in theb
pull/443/head^2
t.me/xtekky 1 year ago committed by GitHub
commit 53177ea123
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -65,4 +65,4 @@ class Completion:
@staticmethod
def handle_stream_response(response):
Completion.message_queue.put(response.decode())
Completion.message_queue.put(response.decode(errors='replace'))

Loading…
Cancel
Save