https://github.com/inftyai/pr-copilot
Your AI pair programmer 🤖️ specialized in code review, code summary and even code completion. 🧑💻🐛
https://github.com/inftyai/pr-copilot
Last synced: about 1 year ago
JSON representation
Your AI pair programmer 🤖️ specialized in code review, code summary and even code completion. 🧑💻🐛
- Host: GitHub
- URL: https://github.com/inftyai/pr-copilot
- Owner: InftyAI
- License: mit
- Created: 2023-09-16T02:32:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T17:05:19.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T17:23:44.223Z (about 1 year ago)
- Language: Python
- Size: 157 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PR-Copilot
Your AI pair programmer 🤖️ specialized in code review, code summary and even code completion. 🧑💻🐛
## How to use
Still under developing, once we've done, you can @agent for requests.
## How to install
Step 1. Run `poetry install` to initialize the environment.
Step 2. Run `export GITHUB_TOKEN=` to set the token which is required when requesting the github API.
Step 3. Run `serve run main:app model_name_or_path= task=` to serve your application. The model is default to `codellama/CodeLlama-7b-hf`, task is default to `text-generation`.
## Roadmap
- Ignore useless files, like auto-generated
- Support Gitlab
- Text split when the diff is quite big