Max P 2dce81fcdb Add script to generate PR descriptions using OpenAI
- Created a new Python script `ait.py`
- Implemented functions for loading config, resolving paths, and running git commands
- Integrated OpenAI API to generate text from git outputs
- Added command-line interface for user inputs and configuration settings
2024-08-19 16:27:59 +02:00
2024-08-19 16:27:45 +02:00
Description
This script uses the OpenAI API to generate text from git diff and git log outputs. It's ideal for automating pull request descriptions, commit messages, and change summaries. Customizable prompts and flexible configuration options make it adaptable to various workflows.
MIT 364 KiB
2025-05-24 13:05:31 +02:00
Languages
Python 68.1%
Shell 31.9%