Add coordinate tool flow and tighten tool usage
Introduce ENU offset tool support with controlled tool-call handling, update prompts to gate coordinate tooling, and enable jinja tools in startup.
This commit is contained in:
@@ -235,6 +235,7 @@ start_services() {
|
||||
--gpu-layers 36 \
|
||||
--host 0.0.0.0 \
|
||||
-c 8192 \
|
||||
--jinja \
|
||||
> "${LOG_DIR}/inference_model.log" 2>&1 &
|
||||
local inference_pid=$!
|
||||
echo $inference_pid >> "${PID_FILE}"
|
||||
|
||||
Reference in New Issue
Block a user