I am using Sonnet 3,5. is this normal? What is the best model that works well with bolt, should I use Deepseek R1, or GPT4 o?
Hi @thelege2nd,
no its not normal. What provider do you use?
Models working with bolt, see FAQ:
https://stackblitz-labs.github.io/bolt.diy/FAQ/
I am using Github Copilot API. Their API gives access to all the old and newest models from OpenAI and Antophic. I am however at the moment using the branch from @thecodacus that was supposed to fix the ==continue problem. Should I try the stable branch?
=> how you got sonnet in there? I dont see it
Which branch you are on? if its the main, its ok.
I downloaded the 0.0.6 version and built docker image from it, at the moment its not writing anything inside the chat anymore. But its always creating paths for files that he hasn’t created inside the project. I am still using sonnet 3.5, I am not sure if this is normal bolt behavior?
If you use Github, make sure you dont go above 5M token per day. You can enable sonnet from github account then you will see it in the list. I would recommend you also use a different github account than your main one.
are you using the main branch ??
it was in the middle of creating a file, then got this authorization error, API header require, the file it was creating got stuck, so i asked it to create it again and it did. But for some reason the preview is always showing a blank screen. is there anywork around to be able to preview the app? this problem happens on both regular chrome profile and incognito.
At the moment I am using the latest version bolt.diy-0.0.6, downloaded the zip and built docker container. This one is working fine except this blank page problem. You posted a branch in the chat channel yesterday, I tried it and it was causing AI to write code inside the chat.
try using the latest version and turn on the context optimization feature
The branch I mentioned is fine (main), you can stay on this.
Blank page => you reached the max token limit of your LLM
Make sure you have context optimization on in Settings->Features
Hmm, kindly tell me how is token limit related to blank page?
as a work around, I tried to push it to github to download it, but this feature isn’t working either.
Cause of the token limit reached, I guess the code files are not written to the end, so you got broken / unfinished code. Check your sourcode.
Regarding Github => did you get the correct permissions within the setup for the personal access token?
=> See my video: https://youtu.be/FxMjyEzTtvY?si=TS6uGsDdA0RquRrw&t=1453
thats when you download the release as zip and not clone via git.