I'm testing image processing using ollama model llava, seems that it can't handle image processing right now. Is there any plans to implement image processing besides gpt-4-vison-preview? also when adding ollama file handler doesn't recognive that llama can handle imageInput:
I'm testing image processing using ollama model llava, seems that it can't handle image processing right now. Is there any plans to implement image processing besides gpt-4-vison-preview? also when adding ollama file handler doesn't recognive that llama can handle imageInput:
So I modified fetch-models.ts
added ollama-llm-list.ts in lib/models/llm
modified llm-list.ts
modifield use-select-file-handler.tsx
now my next issue is routing the message and image to ollama api /api/generate. Maybe someone is also doing this I just need a few help.