You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you pass custom_content (image attachments) and image content parts into gpt-4 handler, no error will be raised, image will be just ignored.
That's bad UX.
The text was updated successfully, but these errors were encountered:
Be careful to check only the DIAL extensions to the OpenAI API - e.g. custom_content and image content parts with DIAL URLs.
The image content parts with regular URLs may be just fine, since we really don't know the capabilities of the model, which fall into the catch-all-gpt4 category. It may be GPT-4.5 that supports all kinds of yet unknown modalities, and we should try to proxy the upstream as faithfully as possible. So that even older versions of adapter-openai could be used as proxies for the bleeding edge OpenAI models...
If you pass
custom_content
(image attachments) and image content parts intogpt-4
handler, no error will be raised, image will be just ignored.That's bad UX.
The text was updated successfully, but these errors were encountered: