diff --git a/tools/mtmd/mtmd-cli.cpp b/tools/mtmd/mtmd-cli.cpp index ad38edc053..ab0dc72628 100644 --- a/tools/mtmd/mtmd-cli.cpp +++ b/tools/mtmd/mtmd-cli.cpp @@ -353,7 +353,7 @@ int main(int argc, char ** argv) { LOG_ERR("\n DeepSeek-OCR doesn't support chat mode."); return 1; } - + LOG("\n Running in chat mode, available commands:"); if (mtmd_support_vision(ctx.ctx_vision.get())) { LOG("\n /image load an image");