Robert Brennan
Robert Brennan
@zlw123 you need to set the model in the settings modal in the UI. There's a gear wheel in the bottom right
Looks like this was solved!
@enyst should we just hard-code that file into the repo somehow?
Looks like this is an internal network issue. But worth simplifying this huggingface download if we can
👍 I agree on waiting. If it takes more than a day or two we can poke them to release
Thanks for bringing it to our attention @SmartManoj! But let's close this one and just wait for the upstream to flow in
I like the idea of using `code` to do the markdown plan. The agent tries to write markdown sometimes anyways--if we can just tell it to always use `DevinPlan.md`, that...
I also like the idea of file read/write going over the wire, instead of the agent editing files directly (which is currently what my agent implementation does). For `browse`, IMO...
For code edits, we'll probably also want to be able to replace a range of lines. I.e. "replace lines 60-100 with this new code"
FYI: I have an implementation of the websocket handshake here (but with zero of the operations above): https://github.com/OpenDevin/OpenDevin/pull/57