LLM Upgrade Bot
Version updated for https://github.com/agamm/llm-upgrade-bot to version v1.7.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The LLM Upgrade Bot is a GitHub Action that automates the detection and upgrading of outdated LLM (Large Language Model) version strings in your codebase. It scans files against a continuously updated map of over 235 model entries, classifies upgrades as safe or major, modifies files in-place, and creates pull requests to streamline the process. This tool eliminates the need for manual tracking and updating of model versions, ensuring your project stays up-to-date with minimal effort.
Release notes
What’s Changed
- feat: families.json-based upgrade derivation by @agamm in https://github.com/agamm/llm-upgrade-bot/pull/11
New Contributors
- @agamm made their first contribution in https://github.com/agamm/llm-upgrade-bot/pull/11
Full Changelog: https://github.com/agamm/llm-upgrade-bot/compare/v1.6.0...v1.7.0