diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/vim-ai.txt | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/vim-ai.txt b/doc/vim-ai.txt index 241e33b..03c7e4d 100644 --- a/doc/vim-ai.txt +++ b/doc/vim-ai.txt @@ -198,10 +198,7 @@ Example of a role: > [grammar] prompt = fix spelling and grammar - - [grammar.options] - temperature = 0.4 - + config.options.temperature = 0.4 Now you can select text and run it with command `:AIEdit /grammar`. See roles-example.ini for more examples. |