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
I have looked for existing issues (including closed) about this
Feature Request
We should implement Into<completion::Message> for the ImageUrl struct. This will allow us to use it for image input with OpenAI's chat completions API.
Motivation
Image input with OpenAI's chat completions API.
Proposal
Implement Into<completion::Message> for rig::providers::openai::ImageUrl.
Alternatives
none
The text was updated successfully, but these errors were encountered:
Feature Request
We should implement
Into<completion::Message>
for theImageUrl
struct. This will allow us to use it for image input with OpenAI's chat completions API.Motivation
Image input with OpenAI's chat completions API.
Proposal
Implement
Into<completion::Message>
forrig::providers::openai::ImageUrl
.Alternatives
none
The text was updated successfully, but these errors were encountered: