Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue https://github.com/aallam/openai-kotlin/issues/320 (Invalid value: 'image'. Supported values are: 'text' and 'image_url') #321

Merged
merged 1 commit into from
Apr 9, 2024

Conversation

florentine-doemges
Copy link
Contributor

This fixes issue #320 invalid value: 'image'. Supported values are: 'text' and 'image_url' (#320)

Q A
Bug fix? yes
New feature? no
BC breaks? no
Related Issue Fix #320

Describe your change

This fix correct the wrong contentpart type "Image" to the correct one "image_url"

What problem is this fixing?

This problem fixes issue #320

This fixes issue #320 nvalid value: 'image'. Supported values are: 'text' and 'image_url' (#320)
Copy link
Owner

@aallam aallam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! Thanks for your contribution!

@aallam aallam merged commit 2d870f9 into aallam:main Apr 9, 2024
@SsafianLoginet
Copy link

Nice catch! Thanks for your contribution!
When are you going to release this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid value: 'image'. Supported values are: 'text' and 'image_url'
3 participants