Commit 4d1d428
fix(05-01): strip /v1 path from health probe URLs
The LLM/VLM base_url config includes the API path (e.g. http://host:8000/v1/)
but the /health endpoint is at the service root. Strip /v1 before probing.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent f11a187 commit 4d1d428
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
248 | 249 | | |
249 | 250 | | |
250 | 251 | | |
| |||
0 commit comments