Robert Brennan
Robert Brennan
Seems like the vote favors 3.5! Might need another pass through this to catch all the `gpt-4` references
Yup exactly. We've also got some env vars for things like `DEBUG`, `EMBEDDINGS`... Would be nice to collect it all in one place, and to ensure that everyone is using...
Here's a good example of why this would be helpful 😄 https://github.com/OpenDevin/OpenDevin/pull/475/files
I think this is related to https://github.com/OpenDevin/OpenDevin/issues/341
#341 is about testing LLM-generated code, which I think is what you're after here. E.g. we have a task like "write a bash script that prints hello to greet.sh", and...
This is working great! The one bug I see is that if it prints several lines, the go below the fold, and you have to scroll down to see the...

👍 let's get this one in
Thanks for the fix!
I think this is likely a frontend issue now--I'm not seeing it when running OD headless, and the websocket data seems fine