Error when i uploading an image #7392
Unanswered
mathisgt
asked this question in
Self Hosting | 私有化部署
Replies: 1 comment 6 replies
-
It seems that there is a problem with the image format you uploaded. The allowed formats are It is likely that the suffix of your "png file" has been modified. You can use the following tool to check the file header info. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have this error when i upload image :
{
"error": {
"code": "invalid_image_format",
"type": "invalid_request_error",
"param": null,
"message": "You uploaded an unsupported image. Please make sure your image has of one the following formats: ['png', 'jpeg', 'gif', 'webp']."
},
"endpoint": "https://api.openai.com/v1",
"provider": "openai"
}
But the image is in PNG format so i don't know why i obtain this error and i cannot click on the image i upload to see it
Beta Was this translation helpful? Give feedback.
All reactions