How do I add deepseek on the platform using huggingfaces?
There is no official way doing this without changes the source-code of bolt.diy.
If you want to change/add, you need to extend this file:
I added the deepseek but cant seem to makew it work, how much max troken allowed should it be at ?
8000 as the others. just copy one object and just replace name and label.
I testet with this model and worked fine:
Copy name from here:
its so weird it start writting code like normal and then when I ask it to fix something it only gives the code on the chat…
then the model you try to use just not working good at the moment with bolt.diy.
Tried out optimized prompt and context optimization?
yessir did that boss
btw is it possible to add a login feature >?
yes, the first step is done with the next update, where a profile is updatet as beta, but for now without further functionally. comes then later.
You can do a basic auth on your own, when using a reverse proxy, or use cloudflare + zero trust, already
what file is that in? so I can look at it and maybe update ?
What file do you mean?
where do we find the code for the login function ?
There is no login function yet. I just said in the next main version will be a profile possible, which has no effect yet.
The reverse proxy basic auth would be in the software you use therefore (nginx, caddy, …) and not within bolt, if you mean that.