Skip to content

Commit

Permalink
Fix heading
Browse files Browse the repository at this point in the history
Signed-off-by: DarkLight1337 <[email protected]>
  • Loading branch information
DarkLight1337 committed Dec 2, 2024
1 parent 1f4455e commit 291ae79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage/generative_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ For example, to search using 5 beams and output at most 16 tokens:
print(f"Prompt: {prompt!r}, Generated text: {generated_text!r}")
``LLM.chat``
^^^^^^^^^^^
^^^^^^^^^^^^

The :class:`~vllm.LLM.chat` method implements chat functionality on top of :class:`~vllm.LLM.generate`.
In particular, it accepts input similar to `OpenAI Chat Completions API <https://platform.openai.com/docs/api-reference/chat>__
Expand Down

0 comments on commit 291ae79

Please sign in to comment.