jayc88
jayc88
@stratte89 Are you using wsl in Windows, and running LMStudio in Windows? If yes: https://github.com/OpenDevin/OpenDevin/issues/435#issuecomment-2028907533
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 your...
> but i still get this APIConnectionError(request=request) from err openai.APIConnectionError: Connection error. Seems that your opendevin is still not able to find/connect to your LMStudio server. > I reated a...
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 the ubuntu terminal?...
> After installing above packages, llama_index is looking for a 1_Pooling/config.json in tmp location and that is missing. If anyone has any thoughts on this, please share. When I start...
Nope, I don't even have time to check before uvicorn exits with the error. After `make build` only, there shouldn't be any docker running anyway. Only after starting uvicorn sucessfully...
> I managed to fix the problem by manually adding the missing json file from https://huggingface.co/BAAI/bge-small-en-v1.5/blob/main/1_Pooling/config.json > > I hope this works for you as well. Thanks, that solves the...
Yeah, that was the issue. `wget https://huggingface.co/BAAI/bge-small-en-v1.5/blob/main/1_Pooling/config.json` somehow downloads a html as json file. Just copy paste the content into the json file manually ```json { "word_embedding_dimension": 384, "pooling_mode_cls_token": true,...