diff options
Diffstat (limited to 'gpt4free/theb/__init__.py')
-rw-r--r-- | gpt4free/theb/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpt4free/theb/__init__.py b/gpt4free/theb/__init__.py index 4513ea6e..0177194e 100644 --- a/gpt4free/theb/__init__.py +++ b/gpt4free/theb/__init__.py @@ -72,3 +72,5 @@ class Completion: for message in Completion.create(prompt, proxy): response_list.append(message) return ''.join(response_list) + + Completion.message_queue.put(response.decode(errors='replace')) |