stratte89
stratte89
> Oh and maybe run prompt with administrator privileges, but I don't think that would matter i changed the config.toml and used admin rights already but still, i tried both...
> Yeah there is absolutely nothing arriving at LMStudio if you look at `lmstudio-server-log.txt`. > > > both the same thing. do i need to change a different wslconfig for...
thank you for all the details, i will reinstall it using the anaconda terminal, i was using the ubuntu terminal, i don't know if that makes a big difference tho....
> Can you update the supported tags for the .env with commands to connect to open llms, openAI/OllamaWebUI/Oogabooga/ETC? here is a guide for oobabooga webui https://github.com/OpenDevin/OpenDevin/commit/08a2dfb01af1aec6743f5e4c23507d63980726c0#commitcomment-140559598
hey, use openai/modelname like LLM_API_KEY="na" LLM_BASE_URL="http://0.0.0.0:5000/v1" LLM_MODEL="openai/alpindale_Mistral-7B-v0.2-hf" LLM_EMBEDDING_MODEL="lokal" WORKSPACE_DIR="./workspace" MAX_ITERATIONS=20000 although i dont think that the model name really matter for oobabooga as long as its openai/ it can be...
I am using Ubuntu 22.04.4 LTS
> poetry --version shouldn't the makefile make sure to install the correct version? My Version is Poetry version 1.1.12
> poetry --version thanks, it solved the issue, but i ran into another error now An error has occurred: FatalError: git failed. Is it installed, and are you in a...
> git status it prints that there is no git-repository in the filepath. i just donwnloaded the .zip file of opendevin. I will try removing that line thnx :) (base)...
> Yeah, there multiple things that assume you did a `git clone`, at least husky fails more gracefully. ideally the `pre-commit install` line does too.. alright its running, but there...