mirror of
https://github.com/hwchase17/langchain.git
synced 2026-07-29 02:57:05 +00:00
Manual runs of the model profile refresh workflow can now target specific providers via a dropdown or comma-separated override; the scheduled daily run is unchanged and still refreshes all providers. --- When manually running the model profile refresh workflow, you previously always refreshed every in-monorepo provider. That made quick, single-provider updates noisy: the bot PR mixed unrelated providers, took longer, and was harder to review. This adds a `workflow_dispatch` filter so maintainers can refresh one or more providers on demand, while the daily schedule still covers everyone. - **Dropdown** `provider`: `all` (default) or a models.dev provider ID - **Free-text** `providers-override`: comma-separated IDs that take precedence over the dropdown (package aliases `fireworks` and `mistralai` are accepted) - Filtered runs use a tighter PR title/body, e.g. `chore(model-profiles): refresh openai model profile data` - Unknown provider IDs fail fast before refresh starts