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

Add additional fields (revised_prompt, b64_json) to image response #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

spantaleev
Copy link

Ref:

As per the OpenAI spec, these fields are always non-optional and always returned as a potentially-empty string.

In practice, other providers (like LocalAI) only return a b64_json field if response_format = b64_json. There's neither a url field, nor a revised_prompt.

For maximum compatibility, url was also made an Option<String>.

Ref:

- https://platform.openai.com/docs/api-reference/images/object
- https://github.com/openai/openai-openapi/blob/440c1718f0ea39d32d3735018cbcd6785a93db79/openapi.yaml#L10199-L10208

As per the OpenAI spec, these fields are always non-optional and always
returned as a potentially-empty string.

In practice, other providers (like LocalAI) only return a `b64_json`
field if `response_format = b64_json`. There's neither a `url` field,
nor a `revised_prompt`.

For maximum compatibility, `url` was also made an `Option<String>`.
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.

1 participant