diff options
Diffstat (limited to 'py/chat.py')
| -rw-r--r-- | py/chat.py | 2 |
1 files changed, 1 insertions, 1 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...") |