Skip to content

Commit

Permalink
[doc][misc] further lower visibility of simple api server (#6041)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Mo <simon.mo@hey.com>
  • Loading branch information
youkaichao and simon-mo authored Jul 1, 2024
1 parent bb60326 commit 8893130
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 8893130

Please sign in to comment.