Skip to content

Commit

Permalink
docs: fix server documentation formatting (ggerganov#10776)
Browse files Browse the repository at this point in the history
  • Loading branch information
CentricStorm authored Dec 11, 2024
1 parent 43041d2 commit 4b4d92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ These words will not be included in the completion, so make sure to add them to

`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.

`timings_per_token`: Include prompt processing and text generation speed information in each response. Default: `false`
`timings_per_token`: Include prompt processing and text generation speed information in each response. Default: `false`

**Response format**

Expand Down

0 comments on commit 4b4d92b

Please sign in to comment.