diff options
| author | Martin Bielik <mx.bielik@gmail.com> | 2023-04-09 19:41:41 +0200 |
|---|---|---|
| committer | Martin Bielik <mx.bielik@gmail.com> | 2023-04-09 19:41:41 +0200 |
| commit | e0c2ed98264372476ca081eca18ffef17337c869 (patch) | |
| tree | 8558c65792422c1eef5c3c09fff6708c6957df95 /py/complete.py | |
| parent | b459db087fbef3b1fac21846b6cb7e9a5e778259 (diff) | |
| download | vim-ai-e0c2ed98264372476ca081eca18ffef17337c869.tar.gz | |
parse chat header options
Diffstat (limited to '')
| -rw-r--r-- | py/complete.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/complete.py b/py/complete.py index 7f78661..cdf8da9 100644 --- a/py/complete.py +++ b/py/complete.py @@ -6,7 +6,7 @@ vim.command(f"py3file {plugin_root}/py/utils.py") engine = vim.eval("engine") options = make_options() -request_options = make_request_options() +request_options = make_request_options(options) prompt = vim.eval("prompt").strip() |