Skip to content

🤖 GPT Code Review for Gitlab (针对于 Gitlab 的 LLM 辅助 Code Review 工具)项目详细文档 👇🏻

License

Notifications You must be signed in to change notification settings

mimo-x/Code-Review-GPT-Gitlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

English README | 中文 README

📚 官方文档

🔍 项目描述🍭 功能预览🔧 部署安装📌 待办清单 🚗 联系我们

项目描述 📚

一个利用大模型帮助我们在 Gitlab 上进行 Code Review 提升研发效能的项目 💪🏻 (( 包括但不限于 GPT 🎁))

这个项目有什么特点? ✨

🐶 针对于 Gitlab 定制

🐱 结合了GPT的能力 🚀

🦊 正在尝试接入私有化 LLM 代码安全问题

🦁 我们将一直关注效能研发 最新的Coder Review动态 融入这个项目

功能预览 🌈

1. Gitlab Merge Request 触发评论

2. 钉钉消息通知

3. 更多种大模型接入

  1. 可通过实现项目接口快速接入自定义模型,具体配置方式参见config.md
  2. 项目通过UnionLLM进行多模型支持, 兼容LiteLLM,默认支持模型如下表所示。
OpenAI Azure AWS - SageMaker AWS - Bedrock
Google - Vertex_AI Google - Palm Google AI Studio - Gemini Mistral AI API
Cloudflare AI Workers Cohere Anthropic Empower
Huggingface Replicate Together_AI OpenRouter
AI21 Baseten Vllm NLP_Cloud
Aleph Alpha Petals Ollama Deepinfra
Perplexity-AI Groq AI DeepSeek Anyscale
IBM - Watsonx.ai Voyage AI Xinference [Xorbits Inference] FriendliAI
Galadriel 智谱AI 月之暗面 Moonshot 百度文心一言
阿里巴巴通义千问 MiniMax 讯飞星火 百川智能
昆仑天工 零一万物 阶跃星辰 字节豆包
深度求索 DeepSeek More

部署 📖

源代码运行 💻

1.克隆仓库

git clone git@github.com:mimo-x/Code-Review-GPT-Gitlab.git

2.安装依赖

pip install -r requirements.txt

3.修改配置文件

vim config/config.py

4.运行

python3 app.py

5.配置Gitlab webhook

填写Webhook URL时,请在域名后添加路径/git/webhook,例如:http://example.com/git/webhook

6.尝试发起一个 Merge Request 吧🎉

Docker

todo dockerfile

待办清单 📌

  • ✅ 使用 GPT 进行Code Review
  • ✅ 实现多模型支持
  • 尝试接入私有化大模型解决代码安全问题
  • 可以配置更多的触发方式
    • ✅ Merge Request
    • commit
    • tag
  • 兼容飞书的消息通知
  • 兼容钉钉的消息通知
  • 结合静态代码分析来提供修改代码的风险等级

交流 👨‍👨‍👦‍👦

👏🏻 很高兴你能向我们提出一些问题和修改建议(issue,pr), 欢迎 star 项目 ⭐️

📮 Email:mixuxin@163.com

📱 wx: isxuxin

👨‍👨‍👦‍👦 如果有任何使用问题,欢迎来这里交流 👋🏻

参考文献 📚

License 📑

github license This project is licensed under the MIT License.

Star History

Star History Chart

About

🤖 GPT Code Review for Gitlab (针对于 Gitlab 的 LLM 辅助 Code Review 工具)项目详细文档 👇🏻

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages