alexmarques commited on
Commit
b972d6c
·
verified ·
1 Parent(s): 33db5cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -40,7 +40,6 @@ Once your server is started, you can query the model using the OpenAI API:
40
  ```python
41
  from openai import OpenAI
42
 
43
- # Modify OpenAI's API key and API base to use vLLM's API server.
44
  openai_api_key = "EMPTY"
45
  openai_api_base = "http://localhost:8000/v1"
46
  client = OpenAI(
 
40
  ```python
41
  from openai import OpenAI
42
 
 
43
  openai_api_key = "EMPTY"
44
  openai_api_base = "http://localhost:8000/v1"
45
  client = OpenAI(