From 44625c9d77f6c44f1a4623402cada772dfaf6f9f Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Tue, 17 Dec 2024 09:22:42 +0100 Subject: simplified new role syntax --- doc/vim-ai.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/vim-ai.txt') diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index 03c7e4d..1747965 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -198,7 +198,7 @@ Example of a role: > [grammar] prompt = fix spelling and grammar - config.options.temperature = 0.4 + options.temperature = 0.4 Now you can select text and run it with command `:AIEdit /grammar`. See roles-example.ini for more examples. -- cgit v1.2.3