diff options
Diffstat (limited to '')
| -rw-r--r-- | py/chat.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,3 +54,5 @@ try: vim.command("redraw") except KeyboardInterrupt: vim.command("normal! a Ctrl-C...") +except openai.error.Timeout: + vim.command("normal! a Connection timeout...") |