Interface Not Working on Windows Using BUN for Experimental Windows Builds
I was using the experimental version of BUN install on Windows, and everything went fine during the installation.
But I can not inference the devika whether I start the server first then UI or UI first then the server. The localhost web freezes and there's no response whatever I click on.
This looks like a same issue as #113
This looks like a same issue as #113
Yeah, The only difference is that the post #113 uses WSL for BUN installing while I just used the experimental version of BUN on Windows.
you able to solve your issue? or make sure you install ollama and running it, if not do use these command ###Download Ollama..
`** CMD**
start ollama (if downloaded)
in case:: if its already run or getting freeze than kill their process using
taskkill /IM ollama.exe /F
start ollama
it will resolve the issue`
you able to solve your issue? or make sure you install ollama and running it, if not do use these command ###Download Ollama..
`** CMD**
start ollama (if downloaded)
in case:: if its already run or getting freeze than kill their process using
taskkill /IM ollama.exe /F
start ollama
it will resolve the issue`
No, that seem not be working for me. By the way, I've tried on both Ubuntu and Windows, and they both can't run this.
move the discussion to here https://github.com/stitionai/devika/issues/113