Commit bf6bd8d
committed
GLM-5.1: bump inference-proxy + wire web_context_search env
Image bump
- 05ad3e830dfca99e499705deab54616db483cf0b222be83b591b6037b7fd2abc
+ 59e42dd68faa15eb0c23521029a2fc3d80d86a4143f9f766542357918be33a8c
(nearai/inference-proxy#144 — server-side `web_context_search` agent
loop for /v1/chat/completions; PR merged on main as 177c58c.)
Env wiring
- WEB_CONTEXT_SEARCH_URL=${WEB_CONTEXT_SEARCH_URL}
- WEB_CONTEXT_SEARCH_API_KEY=${WEB_CONTEXT_SEARCH_API_KEY}
Both gated by compose interpolation so the feature stays dormant
until the host's .env defines them (the inference-proxy startup
validation requires both set or both unset, so leaving one of them
hardcoded while the other comes from .env would block startup on
hosts that haven't been provisioned with a Brave key).
To enable on a deployed host, populate .env with:
WEB_CONTEXT_SEARCH_URL=https://api.search.brave.com/res/v1/llm/context
WEB_CONTEXT_SEARCH_API_KEY=<brave-subscription-token>
Until then, this is a pure image bump — no behavior change.1 parent 3953252 commit bf6bd8d
1 file changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
97 | 112 | | |
98 | 113 | | |
99 | 114 | | |
| |||
0 commit comments