diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -199,7 +199,7 @@ let g:vim_ai_chat = { \} ``` -Or modify options directly during the vim session: +Once the above is set, you can modify options directly during the vim session: ```vim let g:vim_ai_chat['options']['model'] = 'gpt-4' |