Add guide for automating code review with OpenCode and Inference Providers - #2023
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
Wauplin
left a comment
There was a problem hiding this comment.
Really great guide! Remember to upload the images to https://huggingface.co/datasets/huggingface/documentation-images + link them in the guide (+1 if you have light and dark mode images but not required).
| @@ -0,0 +1,182 @@ | |||
| # Automating Code Review with GitHub Actions | |||
|
|
|||
| [OpenCode](https://opencode.ai) is an AI coding agent that runs in your terminal and can work with open models via Hugging Face Inference Providers. | |||
There was a problem hiding this comment.
I think it'd be cool to showcase how to use opencode locally in your terminal as well. I like the fact that the main topic of the guide is about GitHub Actions but I do think a first "local opencode" example would be great.
There was a problem hiding this comment.
For this maybe it would be good to create a separate guide for open code more generally which then links to this + shows some terminal examples? Can do that in a follow up PR?
There was a problem hiding this comment.
Yes sure! So having a "automating code review guide" under the "guides" section + "OpenCode" page under the new "integrations" section we discussed lately?
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
Co-authored-by: Lucain <lucain@huggingface.co>
|
@Wauplin @pcuenca updated image links + added a gif showing the workflow. PR for doc images here: https://huggingface.co/datasets/huggingface/documentation-images/discussions/565. Compressed the gifs a bit, but let me know if you think they are still too big. |
Wauplin
left a comment
There was a problem hiding this comment.
Really great! Thanks for adding the GIF, it really makes a difference IMO 🔥
Looks good to merge :)
|
that GIF is cool! |
cc @hanouticelina @Wauplin
Adds a guide on using OpenCode to set up GitHub actions using IP to run the models under the hood.
Toy PR example here: davanstrien/datasets#2 (note I've killed this token now so it won't work if you try it not but I can add you to a private repo if you want to test!
Still to do: