-
-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
Image Generation with ChatGpt Plus #2453
Comments
the bug seems that, irrespective of what model (auto or dall-e-3) you specify in the model parameter, same bug in client.images.generate too. |
If you select dall-e-3 will be used "auto". Try choosing a different model. |
If i choose another model (like 4o) , I am not able to generate images. I get an error saying "I cannot generate images..." or "Image generation is currently unavailable".... i get the same error when I try the 4o model via chatgpt.com. However, I can generate images if I choose dall-e on chatgpt.com. If there were were a way to force use of dall-e via g4f. I also tried the following code, but no avail:
|
ChatGPT's image generation incorporates robust bot protection. Using outdated or self-generated proof tokens will prevent image generation; however, utilizing the current version resolves this issue. |
i am trying to generate image with a chatgpt plus (paid) account.
The conversation id belongs to a conversation with dall-e, yet I get get an error saying: "I currently can't generate images, but I can describe how you might create one.... etc"
setting model to 'gpt-4o' does not work either.
The same code used to work until 3 weeks ago.
I am using g4f 0.3.8.1
The text was updated successfully, but these errors were encountered: