Unverified Commit 4ee52bb1 authored by Nick Perez's avatar Nick Perez Committed by GitHub
Browse files

Docs: Fix broken link to openai example (#1145)

Link to `openai_client.py` is no longer valid - updated to `openai_completion_client.py`
parent 7d7e3b78
...@@ -128,4 +128,4 @@ Since this server is compatible with OpenAI API, you can use it as a drop-in rep ...@@ -128,4 +128,4 @@ Since this server is compatible with OpenAI API, you can use it as a drop-in rep
prompt="San Francisco is a") prompt="San Francisco is a")
print("Completion result:", completion) print("Completion result:", completion)
For a more detailed client example, refer to `examples/openai_client.py <https://github.com/vllm-project/vllm/blob/main/examples/openai_client.py>`_. For a more detailed client example, refer to `examples/openai_completion_client.py <https://github.com/vllm-project/vllm/blob/main/examples/openai_completion_client.py>`_.
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment