Skip to content

v0.0.100 - Remove GPT5-Codex (#533)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 19:31
· 11 commits to main since this release
2e15ee1

🌟 Summary

v0.0.100 switches Ultralytics Actions over to the dated gpt-5-2025-08-07 model and refreshes CI tooling so automation stays accurate and future-proof. πŸ€–πŸš€

πŸ“Š Key Changes

  • 🧠 Swapped the default OpenAI model from gpt-5-codex to gpt-5-2025-08-07 in action.yml and OPENAI_MODEL fallback logic.
  • πŸ”’ Bumped the Ultralytics Actions package version to 0.0.100.
  • πŸ› οΈ Upgraded all workflows to actions/setup-python@v6, aligning with the latest GitHub Actions runtime requirements.

🎯 Purpose & Impact

  • βœ… Restores the high-performing GPT5 model lineage so automated summaries stay sharp and reliable.
  • πŸ“¦ Version bump clearly marks the release for anyone pinning or auditing Ultralytics Actions.
  • βš™οΈ Modern CI tooling improves compatibility with new runners (requires GitHub Actions runner v2.327.1 or newer) and unlocks future Python setup enhancements for contributors.

What's Changed

Full Changelog: v0.0.99...v0.0.100