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

GenerateImageEdit not working #250

Open
Fableton opened this issue Oct 9, 2024 · 1 comment
Open

GenerateImageEdit not working #250

Fableton opened this issue Oct 9, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Fableton
Copy link

Fableton commented Oct 9, 2024

Service

OpenAI

Describe the bug

GenerateImageEdit is not working and force you to use "dall-e-2"

Steps to reproduce

Send any image to function

Code snippets

//Retunr the same image.
ClientResult<GeneratedImage> response = imageClient.GenerateImageEdit(imagePath, prompt);

OS

windows

.NET version

core 8

Library version

2.0

@Fableton Fableton added the bug Something isn't working label Oct 9, 2024
@joseharriaga joseharriaga self-assigned this Oct 10, 2024
@joseharriaga
Copy link
Collaborator

Thank you for reaching out, @Fableton ! Generating edited images is currently only supported by the DALL-E-2 model as per the documentation here:
🔗 https://platform.openai.com/docs/api-reference/images/createEdit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants