Skip to content

Commit 89724c3

Browse files
committed
fix: model original 8801
1 parent 094d2f8 commit 89724c3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

config/config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ prompt_guard:
4545
# Supported formats: 127.0.0.1, 192.168.1.1, ::1, 2001:db8::1
4646
# NOT supported: domain names (example.com), protocol prefixes (http://), paths (/api), ports in address (use 'port' field)
4747
vllm_endpoints:
48-
- name: "gpt-oss-120b-endpoint"
49-
address: "192.168.48.1" # Host machine IP address
48+
- name: "nemotron-super-endpoint"
49+
address: "172.32.0.1" # Host machine IP address (accessible from Docker containers)
5050
port: 8001
5151
weight: 1
52-
- name: "qwen3-32b-endpoint"
53-
address: "192.168.48.1" # Host machine IP address
52+
- name: "gpt-oss-120b-endpoint"
53+
address: "172.32.0.1" # Host machine IP address (accessible from Docker containers)
5454
port: 8002
5555
weight: 1
56-
- name: "nemotron-super-endpoint"
57-
address: "192.168.48.1" # Host machine IP address
56+
- name: "qwen3-32b-endpoint"
57+
address: "172.32.0.1" # Host machine IP address (accessible from Docker containers)
5858
port: 8003
5959
weight: 1
6060

0 commit comments

Comments
 (0)