microsoft / TypeChat

TypeChat is a library that makes it easy to build natural language interfaces using types.
https://microsoft.github.io/TypeChat/
MIT License
8.16k stars 390 forks source link

Feat: Add support for Vision API and Input Images #145

Open jainammm opened 10 months ago

jainammm commented 10 months ago

Hello,

We are trying to extract features from an Image using Vision API of OpenAI.

Currently, TypeChat only supports text information. It would be much appreciated if we can allow users to pass extra content like images.

I would like to work on adding this feature.

Approach