Skip to content

Commit 960715a

Browse files
Update README.md
1 parent 6bdb8aa commit 960715a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pip install vllm-judge[dev]
3333
from vllm_judge import Judge
3434

3535
# Initialize with vLLM url
36-
judge = Judge.from_url("http://localhost:8000")
36+
judge = Judge.from_url("http://vllm-server:8000")
3737

3838
# Simple evaluation
3939
result = await judge.evaluate(
@@ -67,7 +67,7 @@ result = await judge.evaluate(
6767
Run Judge as a REST API:
6868

6969
```bash
70-
vllm-judge serve --base-url http://localhost:8000 --port 9090 --host localhost
70+
vllm-judge serve --base-url http://vllm-server:8000 --port 9090 --host localhost
7171
```
7272

7373
Then use the HTTP API:

0 commit comments

Comments
 (0)