GitHub Sentinel v0.4.1
GitHub Sentinel v0.4.1 Release Notes
New Features
-
Decoupled Prompt Management: Extracted prompt definitions from
llm.py
to enable more flexible and maintainable prompt management through a system role, enhancing the customizability of report generation tasks in terms of content and format. -
Model Upgrade: Upgraded the default large model from GPT-3.5-Turbo to GPT-4o-mini, improving the quality of text generation and increasing the accuracy and relevance of generated reports.
Enhancements
- Added Chinese Comments: Integrated Chinese annotations throughout the project's modules, enhancing code readability and maintainability for Chinese-speaking developers and users.
Commit Log
- Decoupled prompt management from
llm.py
and introduced a system role for dynamic content and format injection in report generation tasks. - Upgraded the default large model to GPT-4o-mini for enhanced text generation capabilities.
- Enhanced the project's modules with comprehensive Chinese comments to improve usability and understanding for a broader audience.