Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 491 Bytes

File metadata and controls

27 lines (18 loc) · 491 Bytes

Image Processing

PicoChat supports image prompts.

Set image via CLI argument:

picochat -image ./imgfile.jpg

Or via command:

>>> /image ./imgfile.jpg

Behavior:

  • Image path is consumed with the next user prompt.
  • After sending, image path is discarded.
  • Saved history stores image payloads as base64/data URL content.

Example with stdin pipe:

echo "What's on the image?" | picochat -model Qwen3-VL-8B-Instruct-4bit -image ./imgfile.jpg -quiet