Skip to content

Commit a3d9588

Browse files
committed
adding system prompt endpoint option to makefile target
Signed-off-by: Huamin Chen <[email protected]>
1 parent 383fa99 commit a3d9588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/make/build-run-test.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build-router: rust
1616
run-router: build-router download-models
1717
@echo "Running router with config: ${CONFIG_FILE}"
1818
@export LD_LIBRARY_PATH=${PWD}/candle-binding/target/release && \
19-
./bin/router -config=${CONFIG_FILE}
19+
./bin/router -config=${CONFIG_FILE} --enable-system-prompt-api=true
2020

2121
# Run the router with e2e config for testing
2222
run-router-e2e: build-router download-models

0 commit comments

Comments
 (0)