We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383fa99 commit a3d9588Copy full SHA for a3d9588
tools/make/build-run-test.mk
@@ -16,7 +16,7 @@ build-router: rust
16
run-router: build-router download-models
17
@echo "Running router with config: ${CONFIG_FILE}"
18
@export LD_LIBRARY_PATH=${PWD}/candle-binding/target/release && \
19
- ./bin/router -config=${CONFIG_FILE}
+ ./bin/router -config=${CONFIG_FILE} --enable-system-prompt-api=true
20
21
# Run the router with e2e config for testing
22
run-router-e2e: build-router download-models
0 commit comments