Leo

Results 117 comments of Leo

> Nice! Does this work without granting package permissions manually? ha, I've found it's necessary in another repo. πŸ˜… _https://github.com/personal_or_org/repo_name/settings/actions_ just for a record here.

![image](https://github.com/OpenDevin/OpenDevin/assets/16201837/de53cdd1-c1ff-41b2-8e40-e67ef1a3a89a) do we decide to merge this? it can't create a new container if previous container is still exist, the hardcode host port 2222 will cause the problem.

i've resolved the conflicts, appreciate it if you have time to merge it.

feat: Add workflow for building and pushing multi-arch images to ghcr.io. I have successfully tested the workflow in my repo, see the results here: https://github.com/iFurySt/OpenDevin/actions/runs/8415626483/job/23041038547 screenshot in package: ![Xnip2024-03-25_13-54-28](https://github.com/OpenDevin/OpenDevin/assets/16201837/54345534-a7f9-4f2f-9a95-8b2026db43ef) I'm...

@huybery just review pr and merge it, the workflow will auto-trigger to build and push to OpenDevin's package, and maybe you need to public the packages after the images are...

@xingyaoww @huybery I've just noticed the workflow triggered when pr is opened, I removed the trigger of pull_request in case the wrong pr will trigger the workflow to push the...

yes, but the community-maintained models are not only vision models, sth like ``` "groq/mixtral-8x7b-32768", "groq/llama2-70b-4096", "groq/gemma-7b-it", ``` also be used by someone.

btw, i don't think store plaintext key to local storage is a good idea. a simple encryption is good πŸ˜Άβ€πŸŒ«οΈ

i'm on the black side 😭 actually, we discussed the formatter the first time was decided to use black, but seems don't force use :( ![image](https://github.com/OpenDevin/OpenDevin/assets/16201837/00100150-5158-4229-b25f-f1b552fe6084)

> > i'm on the black side 😭 actually, we discussed the formatter the first time was decided to use black, but seems don't force use :( > > I...