Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code Review for git diff #1740

Open
SachiaLanlus opened this issue Mar 29, 2024 · 3 comments
Open

Code Review for git diff #1740

SachiaLanlus opened this issue Mar 29, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@SachiaLanlus
Copy link

Please describe the feature you want
Use llm for basic code review before push to the remote git server.

Additional context
Use different or the same model of code completion using config.


Please reply with a 馃憤 if you want this feature.

@SachiaLanlus SachiaLanlus added the enhancement New feature or request label Mar 29, 2024
@nacyolsa
Copy link

There are already a few solutions which could be used:

@SachiaLanlus
Copy link
Author

There are already a few solutions which could be used:

Thank you for sharing these amazing solution.
But because my boss does not trust the other company's data privacy policy.
We even need to do the survey before going to use OpenAI API.
So I would more prefer to self host it.
That is why I think Tabby is the perfect solution for me at code completion.
And I also do not have another spare GPU to run another LLM for PR only.
So if tabby can support this, it would be more powerful and useful.

@wayne-wang-1119
Copy link

ive done something similar before if u want to built a easy to use one, you can self host using github apis and the callback functions to trigger a code check every time a push is made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants