minor editorconfig-check fixes
This commit is contained in:
parent
d981f19e9d
commit
705394c27a
|
|
@ -353,7 +353,7 @@ int main(int argc, char ** argv) {
|
||||||
LOG_ERR("\n DeepSeek-OCR doesn't support chat mode.");
|
LOG_ERR("\n DeepSeek-OCR doesn't support chat mode.");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG("\n Running in chat mode, available commands:");
|
LOG("\n Running in chat mode, available commands:");
|
||||||
if (mtmd_support_vision(ctx.ctx_vision.get())) {
|
if (mtmd_support_vision(ctx.ctx_vision.get())) {
|
||||||
LOG("\n /image <path> load an image");
|
LOG("\n /image <path> load an image");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue