Skip to content

Commit c508b04

Browse files
committed
fix(benchmark): remove trailing /v1 from gateway URL for HomeSec option
1 parent 73429e1 commit c508b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run_benchmark.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ if [ "$suite_opt" == "3" ]; then
188188
echo "Server is up! Executing DeepCamera HomeSec Benchmark..."
189189

190190
# Run the benchmark against the LLM gateway. Not specifying --vlm disables VLM tests.
191-
node ../DeepCamera/skills/analysis/home-security-benchmark/scripts/run-benchmark.cjs --gateway http://127.0.0.1:5431/v1
191+
node ../DeepCamera/skills/analysis/home-security-benchmark/scripts/run-benchmark.cjs --gateway http://127.0.0.1:5431
192192

193193
echo ""
194194
echo "Cleaning up..."

0 commit comments

Comments
 (0)