I was looking back at some old lemmee posts and came across GPT4All. Didn’t get much sleep last night as it’s awesome, even on my old (10yo) laptop with a Compute 5.0 NVidia card.
Still, I’m after more, I’d like to be able to get image creation and view it in the conversation, if it generates python code, to be able to run it (I’m using Debian, and have a default python env set up). Local file analysis also useful.
Is there anything that can tick the boxes? Even if I have to scoot across models for some of the features?
andrew0@lemmy.dbzer0.com 1 day ago
Ollama for API, which you can integrate into Open WebUI. You can also integrate image generation with ComfyUI I believe.
It’s less of a hassle to use Docker for Open WebUI, but ollama works as a regular CLI tool.
catty@lemmy.world 6 hours ago
But won’t this be a mish-mash of different docker containers and projects?
muntedcrocodile@hilariouschaos.com 12 hours ago
This is what I do its excellent.
O_R_I_O_N@lemm.ee 1 day ago
ChainLit is a super ez UI too. Ollama works well with Semantic Kernal (for integration with existing code) and langChain (for agent orchestration). I’m working on building MCP interaction with ComfyUI’s API, it’s a pain on the ass.