guidance-ai / guidance

A guidance language for controlling large language models.
MIT License
18.63k stars 1.03k forks source link

OpenAI models does not support multi modal? #949

Open MiladInk opened 1 month ago

MiladInk commented 1 month ago

I tried the multimodal code example with gpt-40 and the output has no relation to the provided image while the code does not raise any error.

Harsha-Nori commented 1 month ago

Hi @MiladInk, yes multimodal inputs are currently disabled, but we're in the process of revamping our multimodal support (including images) in the near future! We'll update this issue when we have images (and other input modalities) working on OpenAI and other providers again :).

@nking-1