Skip to content

Commit

Permalink
[doc][misc] further lower visibility of simple api server (vllm-proje…
Browse files Browse the repository at this point in the history
…ct#6041)

Co-authored-by: Simon Mo <[email protected]>
  • Loading branch information
2 people authored and prashantgupta24 committed Jul 1, 2024
1 parent 979fcb5 commit c544ecf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion examples/api_client.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
"""Example Python client for vllm.entrypoints.api_server"""
"""Example Python client for vllm.entrypoints.api_server
NOTE: The API server is used only for demonstration and simple performance
benchmarks. It is not intended for production use.
For production use, we recommend vllm.entrypoints.openai.api_server
and the OpenAI client API
"""

import argparse
import json
Expand Down

0 comments on commit c544ecf

Please sign in to comment.