cheshire-cat-ai / core

Production ready AI agent framework
https://cheshirecat.ai
GNU General Public License v3.0
2.38k stars 327 forks source link

Initial vision support #959

Closed Pingdred closed 3 weeks ago

Pingdred commented 3 weeks ago

Initial vision support

Description

This PR include an initial support for vision models, so far I have tested vision models from OpenAi, ToghetherAI and Google and they seem to work without problems.

Related to issue #564

Type of change

Checklist:

pieroit commented 3 weeks ago

Love it 😍

valentimarco commented 3 weeks ago

should we also support base64 image? i see ollama and others using it but idk

Pingdred commented 3 weeks ago

should we also support base64 image? i see ollama and others using it but idk

Yep, it can be useful, can you test if it works with ollama?