Robert Brennan

Results 1267 comments of Robert Brennan

it should be `LLM_API_KEY`: https://github.com/opendevin/opendevin?tab=readme-ov-file#picking-a-model

This is looking like user error--we do need to rework the key/model interaction a bit though. E.g. only make models available if the user has plugged in a key, or...

Yes, I think this fixes a lot of minor problems with the SSHBox (hard coded port, lingering containers)

A few quick notes: * I changed the prefix to `opendevin-sandbox-`, which should be a little safer * If we instantiate multiple sandboxes in the future, the cleanups might fight...

Will merge once tests pass

https://github.com/cpacker/MemGPT

Agreed--I'm worried about the extra overhead here to run a separate server. Also curious what's going on under the hood with `gymnasium`--is it running a docker container?

Yup--you can also point it to an existing directory with the `WORKSPACE_DIR` env var or config.toml var

Let's dedupe this with https://github.com/OpenDevin/OpenDevin/issues/522 Thanks for the report and suggestion! Seems like the right approach