schueszy
schueszy
Got the same issue I changed model[1] to model[0] in following statement: ``` localStorage.setItem("selectedModel", model[0]); ``` You can find the statement in following function: ``` function selectModel(model) { selectedModel =...
@guilherme-argentino I got the same issure. add ``` RUN playwright install --with-deps ``` in the line below: ``` RUN $HOME/.cargo/bin/uv pip install -r requirements.txt ``` in the devika.dockerfile. This should...
@sounishnath003 Can we add ``` RUN UV_HTTP_TIMEOUT=100000 $HOME/.cargo/bin/uv pip install -r requirements.txt ``` instead of ``` RUN $HOME/.cargo/bin/uv pip install -r requirements.txt ``` Because the default value of UV_HTTP_TIMEOUT=300 is...
@sounishnath003 Can you check my PR on: https://github.com/sounishnath003/devika/pull/1/files
@vital121 created also a docker implementation #126
@darcome @Guerdal Can you replace in the **devika.dockerfile** ``` RUN playwright install --with-deps ``` to: ``` RUN playwright install RUN playwright install-deps ``` and between: ``` USER nonroot WORKDIR /home/nonroot/devika...
Unfortunately, I also get a similar error when I try to start the starcoder2 model with ollama. ollama Version: 0.1.28 CPU: i7-4970K GPU: NVIDIA GeForce 1060 6GB RAM: 32 GB...
@basakamars Which processor are you using?