Hello, I used the search feature but I didn’t get any results.
I worked on a project on the bolt.new website and I’ve used some other LLM’s to keep building this project. I finally got a local version working of bolt.diy using Anthropic and chatGPT. I want to bring this project into my local install of bolt.diy.
I tried to clone my repo but I encountered many errors. I will upload some screenshots if needed but I also tried to import folder into Bolt and I guess my project has 40,000 files and there is a 1000 file limit. Is there a way around this limit or can I change the code in Bolt to allow larger folder input?
I need some help getting this project back into bolt.diy.
Thanks for any suggestions or fixes. Appreciate it.
I’m going to test this, I really just think it’s a problem with how Bolt.diy imports GitHub project. I have a difference method that is more reliable for me. It’s still a little hacky but I am working on a side project to replace the Web Container terminal altogether.
Deployed lates here too but there seems to be some kinda of bug
So there it does not import, will need to investigate
Also run script to count files and got
83 .tsx files (TypeScript React files)
33 .ts files (TypeScript files)
11 .js files (JavaScript files)
8 .json files
3 .html files
2 .zip files
2 .css files
1 .webp file
1 .gitignore file
1 .gitattributes file
1 .csv file
1 .DS_Store file
That is far from 1000, so I wonder why in older version it thought that there were more then a 1000
Its still not a small project
Currently Bolt does not really support working well with such large project
I tried to do a rough count of tokens.
There are 605 thousands of characters in your repo
If one token is approximately 4 characters it makes it 151 thousand of tokens.
Most LLMs do not go beyond 128k
Gemin supports 1m tokens.