-
-
Notifications
You must be signed in to change notification settings - Fork 11.8k
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
[Bug] Claude 3.5 在图片的内容分析上有问题 #3001
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
看报错应该是 Anthropic 的api不支持base64 的图片,必须要可访问的 url 才能识别。你配置下s3应该就好了 |
The error message seems to be that Anthropic's API does not support base64 images, and an accessible URL is required to identify them. It should be fine if you configure s3 |
我是采用的服务端数据库存储方案,目前是华为云兼容 S3 的 OBS。 |
The server-side database storage solution I use is currently OBS compatible with Huawei Cloud's S3. |
那估计是个 bug,我晚点看看 |
That's probably a bug, I'll check it out later |
Any update? |
https://docs.anthropic.com/en/docs/build-with-claude/vision#can-claude-read-image-urls 查阅了下官方文档, Claude API 目前不支持传入 url 来识别,如果要使用必须要传输 base64。这么看和 Google 的 Gemini 问题一样,可能还是得用 base64 传输 |
any update? |
确实是个影响挺大的问题,请问有什么进展了么? |
It is indeed an issue with a huge impact. Is there any progress? |
Here is the PR to fix similar issue: #3370 |
The problem still persists. The server-side mode cannot use Claude for image recognition. It can only use GPT. |
|
+1,严重影响日常使用 |
+1, seriously affects daily use |
me too, pls fix that |
+1,严重影响日常使用 |
+1, seriously affects daily use |
I have received your letter, thank you. |
I wonder if it is possible to use base64 to directly upload images to the model provider instead of uploading images into the knowledge database, or convert the image to base64 after retrieving it from S3 storage and then encode (to base 64) and send them to model providers? |
i solved it |
This issue is closed, If you have any questions, you can comment and reply. |
🎉 This issue has been resolved in version 1.15.30 🎉 The release is available on: Your semantic-release bot 📦🚀 |
📦 Environment
Vercel
📌 Version
1.1.6
💻 Operating System
macOS
🌐 Browser
Other
🐛 Bug Description
无法使用 Claude 3.5 解析图片内容,OpenAI 则没问题。
📷 Recurrence Steps
、、、
{
"error": {
"error": {
"type": "error",
"error": {
"type": "invalid_request_error",
"message": "messages.0.content.1.image.source.base64.media_type: Input should be 'image/jpeg', 'image/png', 'image/gif' or 'image/webp'"
}
},
"status": 400,
"headers": {
"via": "1.1 google",
"date": "Sun, 23 Jun 2024 23:28:03 GMT",
"connection": "keep-alive",
"request-id": "req_01BhNKq3EqhyioScf16uDPm5",
"content-type": "application/json",
"content-length": "193",
"x-should-retry": "false",
"x-cloud-trace-context": "b8d7344e29c2adb51dfd7c01eb5a9e9f"
}
},
"endpoint": "https://api.anthropic.com",
"provider": "anthropic"
}
、、、
🚦 Expected Behavior
📝 Additional Information
No response
The text was updated successfully, but these errors were encountered: