Skip to content

Commit ec0bade

Browse files
README updated
1 parent 49b73c5 commit ec0bade

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,11 @@ You can run commands in vim command mode (`:`) or the associated key:
187187
| `:PrompterRegenerate`| `<F8>` | Redo the LLM text completion |
188188
| `:PrompterInfo` | `<F10>`| Report current configuration |
189189

190-
### `PrompterSetup`
190+
### `:PrompterSetup`
191191

192192
When you enter vim, to activate the Prompter playground environment, first of all run in command mode:
193193
```viml
194-
PrompterSetup
194+
:PrompterSetup
195195
```
196196
Following the environment settings, if successful, the command print in the status line the model configurations:
197197
```
@@ -214,11 +214,11 @@ Model:│azure│/│gpt-35-turbo│ completion mode:│chat│ temperature:│0
214214
└───────────── name of the LLM provider
215215
```
216216

217-
### `PrompterGenerate`
217+
### `:PrompterGenerate`
218218

219219
Edit your prompt on a vim windows, and to run the LLM completion just
220220
```viml
221-
PrompterGenerate
221+
:PrompterGenerate
222222
```
223223
the status line report some statistics:
224224
```
@@ -260,12 +260,12 @@ The statistics reports these variables:
260260
> In such a way you can run the completion just pressing the single keystroke `F12`.
261261
262262

263-
### `PrompterInfo`
263+
### `:PrompterInfo`
264264

265265
Reports the current plugin version, the list of plugin commands, the current model settings.
266266

267267
```viml
268-
PrompterSetup
268+
:PrompterInfo
269269
```
270270
the command print these info:
271271
```

0 commit comments

Comments
 (0)