Commit 3c80bf1
committed
fix(benchmark): resolve double /v1 path in VLM URL construction
When --vlm URL included /v1 suffix (e.g. http://localhost:5405/v1),
llmCall constructed http://host:5405/v1/v1/chat/completions causing
HTTP 404. Now strips trailing /v1 before appending endpoint path.
Result: 35/35 VLM tests now pass (LFM2.5-VL-1.6B-Q8_0).1 parent 535ba50 commit 3c80bf1
File tree
1 file changed
+3
-1
lines changed- skills/analysis/home-security-benchmark/scripts
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
108 | 110 | | |
109 | 111 | | |
110 | 112 | | |
| |||
0 commit comments