removed some whitespaces

This commit is contained in:
FSSRepo 2023-05-14 11:02:24 -06:00
parent 0bb1ff4402
commit bec44ebdbc
4 changed files with 13 additions and 12 deletions

View file

@ -109,7 +109,8 @@ Options:
`threads`: Set the number of threads to use during computation.
`context`: Set a short conversation as context.
Insert a array of this form: `{ role: "user", content: "Hello, Assistant." }`, where:
Insert items to an array of this form: `{ role: "user", content: "Hello, Assistant." }`, where:
`role` can be `system`, `assistant` and `user`.