Skip to content

Commit cd4103f

Browse files
committed
GLM-5.1: bump vllm-proxy-rs to 59e42dd6 + plumb WEB_CONTEXT_SEARCH env
Adds WEB_CONTEXT_SEARCH_URL and WEB_CONTEXT_SEARCH_API_KEY to the proxy-glm51 environment, sourced from the host .env at compose/up time.
1 parent 3953252 commit cd4103f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

GLM-5.1.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ x-nvidia: &nvidia
1515
hard: 65535
1616

1717
x-vllm-proxy-common: &vllm-proxy-common
18-
image: nearaidev/vllm-proxy-rs@sha256:05ad3e830dfca99e499705deab54616db483cf0b222be83b591b6037b7fd2abc
18+
image: nearaidev/vllm-proxy-rs@sha256:59e42dd68faa15eb0c23521029a2fc3d80d86a4143f9f766542357918be33a8c
1919
user: root
2020
privileged: true
2121
<<: *nvidia
@@ -94,6 +94,8 @@ services:
9494
- VLLM_BASE_URL=http://glm51:8000
9595
- TLS_CERT_PATH=/etc/letsencrypt/live/completions.near.ai/fullchain.pem
9696
- USE_NV_ATTESTATION_SDK=true
97+
- WEB_CONTEXT_SEARCH_URL=${WEB_CONTEXT_SEARCH_URL}
98+
- WEB_CONTEXT_SEARCH_API_KEY=${WEB_CONTEXT_SEARCH_API_KEY}
9799

98100
glm51:
99101
<<: *nvidia

0 commit comments

Comments
 (0)