Update __init__.py

このコミットが含まれているのは:
Mishal 2023-05-04 20:25:51 +06:00 committed by GitHub
コミット a233818333
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -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'))