---
📊 Key Changes
- **Controlled AI Responses**:
- Introduced an adjustable `temperature` parameter in the AI utility function (`openai_utils.py`), which influences the creativity of AI outputs.
- Calls to AI-based features (e.g., generating PR summaries, release summaries, and label suggestions) were updated to use a fixed `temperature` of `0.2`.
- **Dependency Update**:
- Upgraded the `lycheeverse/lychee-action` check from version `2.2.0` to `2.3.0`, adding support for ARM-based workers.
- **Versioning**:
- Incremented project version from `0.0.50` to `0.0.51`.
---
🎯 Purpose & Impact
- **Purpose**:
- The lowered `temperature` (from typical defaults like `0.7` to `0.2`) reduces variance in AI-generated text, which helps ensure results are predictable, especially for crucial tasks like summarizing changes or labeling issues.
- Dependency updates enhance underlying infrastructure compatibility, supporting additional environments like ARM.
- **Impact**:
- **For Developers**: More consistent summaries and labels save time by reducing the need for manual editing or second-guessing AI suggestions.
- **For Teams**: Enhanced reliability makes the tool more suitable for collaborative workflows requiring precision and uniformity.
- **For Broader Compatibility**: The dependency upgrade broadens the scope of supported systems, appealing to projects using ARM-based workflows. 🌍
This update is a quality-of-life improvement aimed at stability, predictability, and expanded reach. 🙌
What's Changed
* Bump lycheeverse/lychee-action from 2.2.0 to 2.3.0 by dependabot[bot] in https://github.com/ultralytics/actions/pull/388
* Reduce `temperature=0.2` for summaries and labels by glenn-jocher in https://github.com/ultralytics/actions/pull/389
**Full Changelog**: https://github.com/ultralytics/actions/compare/v0.0.50...v0.0.51