Hi,
I used deepseek coder api and asked it to create a simple website. Everything loads but images do not load. Anyone ran into this issue?
Thanks
Hi,
I used deepseek coder api and asked it to create a simple website. Everything loads but images do not load. Anyone ran into this issue?
Thanks
I don’t believe Bolt.diy supports binary files (eg. image and audio). It will just treat them as placeholders. When deploying in production replace the placeholders with the correct files. It should be on the roadmap.
As @sfason65 at the moment it does not support binary files. Some external example picture sources work (link instead of directly in as image in bolt). But it depends on the provider you use and if they set the correct headers.
So i asked llm to embed images and it just hangs and never finishes it. What other method are you guys using to build something similar? Ask llm to provide images and host them somewhere? and then ask it to use those somehow?