2 Commits

Author SHA1 Message Date
59ac01451f Add newline characters around generated text
- Added `\n` before and after `generated_text` in the print statement
2024-08-19 18:50:42 +02:00
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