forked from stackblitz/bolt.new
-
Notifications
You must be signed in to change notification settings - Fork 5.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
When you upload in the chat an image and you are using deepseek you get There was an error processing your request: An error occurred. #1179
Comments
i have same problem |
Deepseek models don't accept images, only text. You can use other models for the messages that includes photos (such as Gemini) and the swith back to deepseek. |
thank you , you mean google Gemini api |
There was an error processing your request: An error occurred. |
the show me same problem |
deepseek does not support images |
*Issue Summary:*
The current system does not support image uploads, but there is no
safeguard to prevent users from accidentally uploading or posting images.
When an image is uploaded, it breaks the project entirely, rendering the
Deepseek API unusable for that project. Once this happens, users are unable
to send further messages via the API, effectively breaking their project
with no way to recover or continue using the service.
*Problem:*
1.
There is no validation or restriction to prevent image uploads.
2.
Uploading an image permanently breaks the project, making the API
inaccessible.
3.
Users are left with no way to recover or continue using the API for the
affected project.
*Proposed Solution:*
1.
Implement a validation mechanism to block image uploads entirely,
ensuring users cannot accidentally break their projects.
2.
If an image is somehow uploaded, the system should handle it gracefully
without breaking the project. Users should still be able to send messages
and use the API as normal.
3.
Provide clear error messages or warnings to inform users that images are
not supported and guide them on how to proceed.
*Why This Matters:*
Accidentally uploading an image should not result in a permanently broken
project. This behavior creates a poor user experience and limits the
usability of the API. Fixing this issue will improve reliability and ensure
users can continue using Deepseek without fear of irreversibly breaking
their projects.
…On Wed, 29 Jan 2025 at 02:27, Anirban Kar ***@***.***> wrote:
Closed #1179 <#1179> as
completed.
—
Reply to this email directly, view it on GitHub
<#1179 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7MIS2EMLVZB775BQSGCXT2M7K3NAVCNFSM6AAAAABV4LBDRWVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJWGA4TQNBQGA2DSMQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
understand the point you are making. will look into it in more detail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When you upload in the chat an image and you are using deepseek you get There was an error processing your request: An error occurred.
Link to the Bolt URL that caused the error
http://localhost:5173/
Steps to reproduce
Connect to deepseek API and then upload an image to bolt chat and after that no matter what you do it errors
Expected behavior
so either not allow image upload on this model or handle it better so it does not give errors on every single chat after that
Screen Recording / Screenshot
Platform
Provider Used
No response
Model Used
deepseek api
Additional context
No response
The text was updated successfully, but these errors were encountered: