Robert Brennan
Robert Brennan
auto-merge enabled! 🚀 Thanks for all the work here!
Sorry, merge conflicts 😠SWE-agent implemented start and end lines for read/write operations, which I suppose we'll need to support with e2b. Hopefully that's not too hard...
It's a good question on torch. Seems like a transitive dependency. Maybe from llamaindex?
Good questions! Currently we have an `LLM` class which gets initialized with a `model_name`, `api_key`, and `api_base`. `session.py` creates a new LLM every time there's a new session, or it...
Closing in favor of https://github.com/OpenDevin/OpenDevin/issues/326
Looks like it's trying to mount windows directory `\Users\pierr\OpenDevinProjects` to `/workspace` There's no `C:` for some reason. What do you get if you run ``` docker run -it -v `pwd`:/testdir...
Try following the instructions here: https://stackoverflow.com/questions/35315996/how-do-i-mount-a-docker-volume-while-using-a-windows-host Once you get this command to run: ``` docker run -it -v /c/users/pierr/or/something:/testdir alpine:latest ``` Then you'll want to use the `/c/users/pierr/or/something` part as...
`invalid volume specification` is the error. It means the flag after `-v` is formatted wrong
Closing this one
What happens if you select a different OpenAI model? I had thought gpt-4 was widely available now, but maybe not?