Skip to content

Commit e74c705

Browse files
committed
editorconfig : remove trailing spaces
1 parent 3ad1e3f commit e74c705

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ node index.js
164164

165165
`content`: Completion result as a string (excluding `stopping_word` if any). In case of streaming mode, will contain the next token as a string.
166166

167-
`stop`: Boolean for use with `stream` to check whether the generation has stopped (Note: This is not related to stopping words array `stop` from input options)
167+
`stop`: Boolean for use with `stream` to check whether the generation has stopped (Note: This is not related to stopping words array `stop` from input options)
168168

169169
`generation_settings`: The provided options above excluding `prompt` but including `n_ctx`, `model`
170170

@@ -186,7 +186,7 @@ node index.js
186186

187187
`tokens_evaluated`: Number of tokens evaluated in total from the prompt
188188

189-
`truncated`: Boolean indicating if the context size was exceeded during generation, i.e. the number of tokens provided in the prompt (`tokens_evaluated`) plus tokens generated (`tokens predicted`) exceeded the context size (`n_ctx`)
189+
`truncated`: Boolean indicating if the context size was exceeded during generation, i.e. the number of tokens provided in the prompt (`tokens_evaluated`) plus tokens generated (`tokens predicted`) exceeded the context size (`n_ctx`)
190190

191191
- **POST** `/tokenize`: Tokenize a given text.
192192

0 commit comments

Comments
 (0)