Robert Brennan

Results 1267 comments of Robert Brennan

@wolfhoundjesse thanks for letting us know! It does indeed use a lot of tokens. I think `max_tokens` and `max_iterations` are probably the best way to solve this, but we should...

@lehcode there's a lot here! Looks like some good stuff. Can you explain what your overall goal is here? Maybe we can break it down into smaller PRs

So this part: > Simple straightforward run of OpenDevin for end users: > * Use single simple command to run > * No need to manage dependencies at the user...

Nothing stopping you from maintaining a fork! But I don't think we want to have two long-lived branches inside this repository--it's very difficult to maintain long-running branches

I generally have seen this 404 error when the model is set to something unavailable

@Aeonitis to be clear--I have not used llama3. You can type any model you want into the UI, even if it doesn't auto-complete--setting `ollama/llama3` (or whatever was passed to `ollama...

> It kinda surprises me that the OpenDevin client doesn't just reassure the user that the client-server has been secured for as a part of the prep for further input...

@li-boxuan that does sound reasonable! Honestly all settings should probably be frozen while a task is in progress

@foragerr FYI: https://github.com/OpenDevin/OpenDevin/actions/runs/8685542945/job/23815222805 Looks like we'll need to figure out the sandbox. I know in CircleCI there's a way to access a docker daemon, not sure about GitHub