We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7919256 commit 496e5bfCopy full SHA for 496e5bf
examples/server/README.md
@@ -584,6 +584,10 @@ Uses the server's prompt template formatting functionality to convert chat messa
584
585
`messages`: (Required) Chat turns in the same format as `/v1/chat/completions`.
586
587
+**Response format**
588
+
589
+Returns a JSON object with a field `prompt` containing a string of the input messages formatted according to the model's chat template format.
590
591
### POST `/embedding`: Generate embedding of a given text
592
593
> [!IMPORTANT]
0 commit comments