ollama/cmd
Jesse Gross 7fe3902552 cli: Send all images in conversation history
Currently the CLI only sends images from the most recent image-
containing message. This prevents doing things like sending
one message with an image and then a follow message with a
second image and asking for comparision based on additional
information not present in any text that was output.

It's possible that some models have a problem with this but the
CLI is not the right place to do this since any adjustments are
model-specific and should affect all clients.

Both llava:34b and minicpm-v do reasonable things with multiple
images in the history.
2024-10-10 11:21:51 -07:00
..
cmd.go Stop model before deletion if loaded (fixed #6957) (#7050) 2024-10-01 15:45:43 -07:00
cmd_test.go Stop model before deletion if loaded (fixed #6957) (#7050) 2024-10-01 15:45:43 -07:00
interactive.go cli: Send all images in conversation history 2024-10-10 11:21:51 -07:00
interactive_test.go fix: model save 2024-07-26 13:23:06 -07:00
start.go nolintlint 2024-06-04 11:13:30 -07:00
start_darwin.go lint 2024-08-01 17:06:06 -07:00
start_default.go lint 2024-08-01 17:06:06 -07:00
start_windows.go lint 2024-08-01 17:06:06 -07:00