Skip to content

Commit

Permalink
revert exmple change
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-redhat committed Oct 27, 2024
1 parent 3ed66cf commit 8ae8ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/openai_chat_completion_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Modify OpenAI's API key and API base to use vLLM's API server.
openai_api_key = "EMPTY"
openai_api_base = "http://localhost:8001/v1"
openai_api_base = "http://localhost:8000/v1"

client = OpenAI(
# defaults to os.environ.get("OPENAI_API_KEY")
Expand Down

0 comments on commit 8ae8ce9

Please sign in to comment.