diff --git a/docs/commands.md b/docs/commands.md index bcd3515..60f9422 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -22,6 +22,7 @@ This page contains example commands to help you choose models and configure Open --engine \ --model-type \ --device + --tool-call-parser ``` To see what options you have for `--device`, use `openarc tool device-detect`. @@ -36,6 +37,7 @@ This page contains example commands to help you choose models and configure Open --engine \ --model-type llm \ --device + --tool-call-parser # text only models currently supported use hermes style in most cases ``` === "VLM" @@ -47,6 +49,7 @@ This page contains example commands to help you choose models and configure Open --engine \ --model-type vlm \ --device + --tool-call-parser ``` === "Whisper"