chatbox icon indicating copy to clipboard operation
chatbox copied to clipboard

[Feature] Ollama model add support image / Ollama添加图片支持

Open Jackxwb opened this issue 1 year ago • 3 comments

Problem Description The llava model in Ollama supports image input, but after selecting the llava model in chatbox, images cannot be sent, prompting Current model does not support image input

Proposed Solution ~~According to the model page prompts in Ollama for llava , using the api/generate interface~~ Reference [llm-x]( https://github.com/mrdjohnson/llm-x )The implementation method of this project image

Additional Context Please provide any additional context or information that would help better understanding your feature request, such as screenshots, examples, or use cases. image


问题描述 Ollama 里 llava 模型是支持图片输入的,但 chatbox 里选择 llava 模型后,无法发送图片,提示 当前模型不支持图片输入

解决思路 ~~根据 Ollama 里 llava 的模型页面提示,使用 api/generate 接口~~ 参考 llm-x 这个项目的实现方式 image

附加上下文 请提供任何其他上下文或信息,以便更好地理解您的功能请求,例如截图、示例或用例。

image

Jackxwb avatar Mar 14 '24 05:03 Jackxwb

还有其他自定义模型也是,像我的是使用中转API统一用openai格式调用,在使用claude-3-opus-20240229等模型时也无法上传图片

miaotouy avatar Mar 18 '24 06:03 miaotouy

+1 Please add this feature for Ollama.

JamesClarke7283 avatar Mar 24 '24 15:03 JamesClarke7283

Fixed in v1.4.0 😆

nne998 avatar Sep 02 '24 02:09 nne998