Dennis Kortsch
Dennis Kortsch
I was getting the same error on windows 10. Delete the port part on line 17 in index.js: ```const mongoUri = `${config.mongo.host}`;```
Yes, same model `mistral`. I am aborting both via a simple kill command (ctrl+c) in both cases. There is no abort controller in my `fetch('/api/pull')` implementation...
I actually got confused with my test setup it seems. It was not because of the difference of api or cli, it was the way I was aborting AND killing...
> This is actually expected. The API server cleans up all of the partially downloaded images every time it restarts. You should be able to turn this off by setting...
So there are two problems. 1) It's not exporting ES modules yet. There are open PRs for enabling that, though. 2) You are trying to use it on the client...
I just found this PR and tried to get it working. There are quite a few changes that still need to be documented. For example, authentication seems to be working...
A hidden toolbar has `visibility: hidden`. Wouldn't it be better to have `display: none` ?
Maybe give the option to toggle between display:none and visibility:hidden then. I guess both have valid use cases..
I just noticed that the `visibility: hidden` is getting set inline. Maybe introduce a class for that like `editorToolbar-hidden`
Same problem here. Pretty much the vanilla config from the vite typescript template