Skip to content

Commit

Permalink
Docs: Fix broken link to openai example (vllm-project#1145)
Browse files Browse the repository at this point in the history
Link to `openai_client.py` is no longer valid - updated to `openai_completion_client.py`
  • Loading branch information
nkpz authored Sep 22, 2023
1 parent 7d7e3b7 commit 4ee52bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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")
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>`_.

0 comments on commit 4ee52bb

Please sign in to comment.