மனோஜ்குமார் பழனிச்சாமி

Results 366 comments of மனோஜ்குமார் பழனிச்சாமி

Where did you run this?

In WSL terminal?

https://learn.microsoft.com/en-us/windows/wsl/install Please check [the requirements](https://github.com/OpenDevin/OpenDevin#1-requirements)

check poetry version >=1.8 `poetry -V` if so, just run `poetry install --without evaluation`

> upgrade your poetry version to version 1.8>= @a18792721831 run this to update poetry `curl -sSL https://install.python-poetry.org | python3 -`

> I tried updating it to LLM_MODEL='azure/gpt-3.5-turbo' , @rbren she maybe mistakenly deleted the dot. -- @NancyEdelMary Run this to check whether LLM is working properly. ```python import tomllib as...

@rbren Seems `azure/gpt35exploration` is a valid one. @NancyEdelMary From where did you get this model name?

Set like this ``` LLM_MODEL="azure/gpt-35-turbo" LLM_DEPLOYMENT_NAME="gpt35exploration" ```

Seems, `LLM_EMBEDDING_DEPLOYMENT_NAME` needs to be set. Detailed info on https://github.com/OpenDevin/OpenDevin/issues/1027#issuecomment-2050443706