diff options
Diffstat (limited to '')
-rw-r--r-- | gpt4free/theb/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpt4free/theb/__init__.py b/gpt4free/theb/__init__.py index e3a7f783..b162811e 100644 --- a/gpt4free/theb/__init__.py +++ b/gpt4free/theb/__init__.py @@ -40,6 +40,7 @@ class Completion: proxies=proxies, content_callback=Completion.handle_stream_response, json={'prompt': prompt, 'options': options}, + timeout=100000 ) Completion.stream_completed = True |