diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-03-20 18:23:07 +0100 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-03-20 18:23:07 +0100 |
| commit | a8087e6f4ff418143eef31d363122242790c9556 (patch) | |
| tree | 576b89d4878b4fc91faf34432cd625f9c835d04c /py/complete.py | |
| parent | a726c49281b0f232ea1b84ed1c0e2438eef1d4cb (diff) | |
| download | vim-ai-a8087e6f4ff418143eef31d363122242790c9556.tar.gz | |
request timeout
Diffstat (limited to 'py/complete.py')
| -rw-r--r-- | py/complete.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/complete.py b/py/complete.py index 9e46d63..d47eb2a 100644 --- a/py/complete.py +++ b/py/complete.py @@ -20,6 +20,7 @@ try: max_tokens=1000, temperature=0.1, stream=True, + request_timeout=request_timeout_seconds, ) generating_text = False |