diff options
Diffstat (limited to '')
| -rw-r--r-- | py/chat.py | 2 | ||||
| -rw-r--r-- | py/complete.py | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -55,4 +55,4 @@ try: except KeyboardInterrupt: vim.command("normal! a Ctrl-C...") except openai.error.Timeout: - vim.command("normal! a Connection timeout...") + vim.command("normal! aRequest timeout...") diff --git a/py/complete.py b/py/complete.py index 1f32e3e..e474580 100644 --- a/py/complete.py +++ b/py/complete.py @@ -29,4 +29,4 @@ try: except KeyboardInterrupt: vim.command("normal! a Ctrl-C...") except openai.error.Timeout: - vim.command("normal! a Connection timeout...") + vim.command("normal! aRequest timeout...") |