hello guys, after cloning my github successfully i get the following answer despite changed chunk to 500K:
Am i doing something wrong ?
hello guys, after cloning my github successfully i get the following answer despite changed chunk to 500K:
Am i doing something wrong ?
what do you mean by “despite changed chunk to 500k”?
Also which LLM you are using?
I Leex279, i request bolt.new to lower chunk to 500K in order to deal with the token issue. however it doesn’t change anything apparently. maybe i misunderstood the issue. i use Gemini 2.0.
You cant tell in the prompt that it should shrink the chunk size, if this is what you mean.
The context size of Gemini 2.0 Flash is 1M Tokens and you got over 3M which you sent. This is not working.
I would recommend switching to the main
branch of bolt.DIY for now and test with it, as there are a lot of optimizations and lowers the context size by default.
yes that’s what i meant. I requested bolt to lower the chunk size. showed the error message in bolt.new and bolt decided itself to settle for 500K. The same error massage keep appearing though… i’m using 3M token when 1M is the limit. the main branch ? you mean bolt.new ? so gemini 2.0 can’t handle such a project because of it’s size?
Yes, it to large, but with context optimization and optimized prompt within the settings, the tokens will be drastically shrinked so it should work.
This community is btw. about bolt.diy NOT bolt.new. Please dont mix that up. Two different things