stratte89

Results 23 comments of stratte89

> Please follow the issue template. 🙏 > > run `git log --format="%h | %cr" -n 1` or the below code and paste the clipboard content here. > > ```...

> Add `print(action)` after line 39 in "/home/stratte/Schreibtisch/AI/OpenDevin/opendevin/action/init.py",. STEP 20 PLAN: tetris in python pygame {'action': 'think', 'args': {'thought': 'Next, I should work on writing a simple Tetris game in...

> > after line 39 > > not before; add at line 40 i did, i realised the mistake and the error above happended after i corrected it and wrote...

> > File "/home/stratte/Schreibtisch/AI/OpenDevin/agenthub/monologue_agent/utils/json.py", line 31, in loads > > raise ValueError("Invalid response: no JSON found") > > Change to `raise ValueError(f"Invalid response: no JSON found; Got {s}")` > >...

I got the same problem, with ollama and lmstudio for lm studio i tried LLM_BASE_URL="http://localhost:1234/v1" LLM_MODEL="openai/TheBloke/dolphin-2.5-mixtral-8x7b-GGUF/dolphin-2.5-mixtral-8x7b.Q2_K.gguf" LLM_EMBEDDING_MODEL="local" WORKSPACE_DIR="./workspace" for ollama LLM_BASE_URL="localhost:11434" LLM_MODEL= "openai/mistral" LLM_EMBEDDING_MODEL="local" WORKSPACE_DIR="./workspace" [logs.txt](https://github.com/OpenDevin/OpenDevin/files/14817978/logs.txt) does anyone know a...

hey, many thanks for your quick response, i just tried it and got this error. does it matter what model i choose in Devin because there is no dolphin-2.5-mixtral-8x7b-GGUF/dolphin-2.5-mixtral-8x7b.Q2_K.gguf Oops....

unfortunately still the same error :c

> @stratte89 Are you using wsl in Windows, and running LMStudio in Windows? If yes: [#435 (comment)](https://github.com/OpenDevin/OpenDevin/issues/435#issuecomment-2028907533) Awesome! Many thanks, I will try it 👍

> Yes. WSL with windows, LM studios with windows. Conda powershell env. Follow all the project instructions. oh, i set devin up in the wsl ubuntu in windows with no...

> You don't 'need' a conda environment (except that you are just littering your wsl environment and maybe cause dependency issues for other projects ^^). If you installed it in...