summaryrefslogtreecommitdiff
path: root/py/complete.py
diff options
context:
space:
mode:
authorMartin Bielik <mx.bielik@gmail.com>2023-04-09 19:41:41 +0200
committerMartin Bielik <mx.bielik@gmail.com>2023-04-09 19:41:41 +0200
commite0c2ed98264372476ca081eca18ffef17337c869 (patch)
tree8558c65792422c1eef5c3c09fff6708c6957df95 /py/complete.py
parentb459db087fbef3b1fac21846b6cb7e9a5e778259 (diff)
downloadvim-ai-e0c2ed98264372476ca081eca18ffef17337c869.tar.gz
parse chat header options
Diffstat (limited to 'py/complete.py')
-rw-r--r--py/complete.py2
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()