File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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
192192When you enter vim, to activate the Prompter playground environment, first of all run in command mode:
193193``` viml
194- PrompterSetup
194+ : PrompterSetup
195195```
196196Following 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
219219Edit your prompt on a vim windows, and to run the LLM completion just
220220``` viml
221- PrompterGenerate
221+ : PrompterGenerate
222222```
223223the 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
265265Reports the current plugin version, the list of plugin commands, the current model settings.
266266
267267``` viml
268- PrompterSetup
268+ :PrompterInfo
269269```
270270the command print these info:
271271```
You can’t perform that action at this time.
0 commit comments