Skip to content

Commit ccd2814

Browse files
authored
Fix trailing whitespace in README.md
1 parent 55e99cf commit ccd2814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Multiple prompts are also supported. In this case, the completion result will be
409409
- Mixed types: `[[12, 34, "string", 56, 78], [12, 34, 56], "string"]`
410410

411411

412-
`multimodal_data`: Optional. Should be an array of strings, containing base64 encoded multimodal data such as images and audio. There must be an identical number of MTMD media markers in the raw prompt which act as placeholders for the data provided to this parameter. The multimodal data files will be substituted in order. The marker string (e.g. `<__media__>`) can be found by calling `mtmd_default_marker()` defined in [the MTMD C API](https://github.com/ggml-org/llama.cpp/blob/5fd160bbd9d70b94b5b11b0001fd7f477005e4a0/tools/mtmd/mtmd.h#L87).
412+
`multimodal_data`: Optional. Should be an array of strings, containing base64 encoded multimodal data such as images and audio. There must be an identical number of MTMD media markers in the raw prompt which act as placeholders for the data provided to this parameter. The multimodal data files will be substituted in order. The marker string (e.g. `<__media__>`) can be found by calling `mtmd_default_marker()` defined in [the MTMD C API](https://github.com/ggml-org/llama.cpp/blob/5fd160bbd9d70b94b5b11b0001fd7f477005e4a0/tools/mtmd/mtmd.h#L87).
413413

414414
`temperature`: Adjust the randomness of the generated text. Default: `0.8`
415415

0 commit comments

Comments
 (0)