Engel Nyst
Engel Nyst
I think tests are failing because we're missing pytest in the pipenv file.
This seems relevant: https://stackoverflow.com/questions/54012510/pipenv-shell-in-jenkins-return-the-issue-termios-error-25-inappropriate-ioct#54012557
It works! Okay, it fails, but it starts tests. Just in time for the switch to poetry. 😅 Edit: https://github.com/OpenDevin/OpenDevin/pull/620/commits/c0aaddb86963ee864c1803191319aaf5d9962172
@johnnyaug Thank you for this. I apologize, somehow I missed your PR. You might have been on to something here. Although, doesn't litellm read the provider from env? At the...
@PierrunoYT have you made it work now? Please note that we have released another version, 0.4.0. If not, can you post the error you get with 0.4.0?
@NancyEdelMary The LLM_DEPLOYMENT_NAME value needs to be an embeddings deployment you have in your Azure account. Please take a look at this picture in this comment: It's not a chat...
Can you please do `git log -n1` in console, and tell what you get? Also, how exactly are you starting opendevin, what is the command, in full?
Just as a stopgap, so we can see if the rest is running fine, can you please change LLM_EMBEDDING_MODEL to "local" ? Does opendevin work for you with this as...
> Let me know what to exactly modify in config.toml file , if any bug exists , let me know that as well, ill refrain from proceeding further. Good point,...
> Seems, `LLM_EMBEDDING_DEPLOYMENT_NAME` needs to be set. Detailed info on [#1027 (comment)](https://github.com/OpenDevin/OpenDevin/issues/1027#issuecomment-2050443706) I think it doesn't, the code doesn't use that, it uses LLM_DEPLOYMENT_NAME. But I think we should rename...