TabbyML / tabby

Self-hosted AI coding assistant
https://tabby.tabbyml.com/
Other
18.35k stars 773 forks source link

Code Review for git diff #1740

Open SachiaLanlus opened 3 months ago

SachiaLanlus commented 3 months ago

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.

nacyolsa commented 3 months ago

There are already a few solutions which could be used:

SachiaLanlus commented 3 months ago

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 commented 3 months ago

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.