You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/server/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -416,6 +416,8 @@ node index.js
416
416
417
417
`samplers`: The order the samplers should be applied in. An array of strings representing sampler type names. If a sampler is not set, it will not be used. If a sampler is specified more than once, it will be applied multiple times. Default: `["dry", "top_k", "typ_p", "top_p", "min_p", "xtc", "temperature"]` - these are all the available values.
418
418
419
+
`timings_per_token`: Include prompt processing and text generation speed information in each response. Default: `false`
420
+
419
421
**Response format**
420
422
421
423
- Note: When using streaming mode (`stream`), only `content` and `stop` will be returned until end of completion.
0 commit comments