self-operating-computer
self-operating-computer copied to clipboard
Add support for LLaVA through Ollama
This PR is a work-in-progress.
The goal of this PR is to add support for LLaVA through Ollama.
Todo:
- [x] Successfully send prompt + image to LLaVA and get response
- [ ] Ensure LLaVA responses are in JSON
- [ ] Add summary support
- [ ] Add Ollama setup documentation to README
- [ ] Reduce repeated code across the 3 supported models