Engel Nyst

Results 1315 comments of Engel Nyst

> 🤔 it looks like the summarization step is still trying to use OpenAI, even though you've specified a different model... Yes that looks confusing, but a number of Litellm...

@pegostar I apologize for the confusion, I wasn't doubting that. I see it starts doing steps, so it is connecting now, and it runs into this issue https://github.com/OpenDevin/OpenDevin/issues/326 Can you...

@spoonbobo do you mean "NoneType object has no attribute request" error?

@spoonbobo If that's the only place it appears in the error, then it's just showing up because LiteLLM uses some class definitions for its OpenAI compatibility. It doesn't mean this...

Ah, sorry for the delay, I was testing stuff and thinking about it. I think you are correct the { } should work, it happens only on responses though, not...

@tejeshwar-p Thank you for the detailed steps. Can you please confirm, have you also tried section Fixing It: https://github.com/OpenDevin/OpenDevin/blob/main/docs/guides/LocalLLMs.md#fixing-it ?

Do you have the latest version? Please make sure you pull it again.

Please try to start separately, with ```make start-backend``` and then in another terminal, ```make start-frontend```.

@TUTULEMAN thank you for the details. If docker isn't running on your machine, you need to start it. Also, the commit from March 30th means your repo is outdated by...

In the project directory, git pull. Then run as the readme says: make build.