First of all, i’m sorry if i’m reposting this issue. But can anyone help me to solve this problem:
I’m using macbook pro m2 pro. Fresh clean install of bolt.diy and try running it (pnpm run dev), no docker. Able to access localhost:5173, LLM connected to OpenAI GPT4o-Mini, i have tried using LLAMA 3.2 as well. I prompted “Create me a simple webapp”, the result always like this.
at first => You should specifiy your prompt a bit more. What app it should implement for what purpose => “Create a simple webapp to manage my daily todos”.
Do you have errors within the DEV-Tools console and/or the shell/terminal?
Are you on the stable branch? => Please post the Debug Tab info
thanks for the infos. My guess is that the model you are using is to small (just 3B) and bolt not working well with such small models yet.
Cant test myself at the moment, cause I dont have the hardware/setup at the moment to run properly.
Hi, I see you are using llama 3.2b which is really a small model might not be able to create an entire project. try some external provider there are free ones like google and togatherai, mistral, these will give you better results
I tried to do it with stable version, and still fail. Still have no clue, i try in my PC (Windows) and give the same problem. It couldn’t create/write any file.
In Mac i already gave permission to Chrome and Terminal to access full storage. But still does not work.