Could you please take a screen shot of something more helpful. This link doesn’t resolve to anything.
Would like to know are you working locally or using Cloudflare…?
Also are you trying to upload photos as part of an app build or trying to get the LLM to recognise and act on an image. Because most LLM’s don’t have image capability…?
Can you also include some basics like the provider, LLM and any prompts you’re trying to use please…
And to answer your initial question. The web container can run either locally or in the cloud. It creates a virtual host-server and environment and provides you with console control with both Bolt Terminal and Terminal access.
Thanks @shawn, this it not 100%. We had this in another topic I cant find this fast now, but bolt.diy is relying on the stackblitz container and needs internet access to work. So its not fully local, it needs to get/send information to the webcontainer api from stackblitz (at least this is my last state on this).
Cheers. I was under the impression the local model neeeded the DRAM for the LLM and the web container was also local in memory and needed internet for auth and some functions. You can see calls to Stackblitz in the developer console during operations so it’s quite obvious it’s still reliant.