-
Notifications
You must be signed in to change notification settings - Fork 1.3k
chore: bump Bifrost Helm chart to 2.1.18 with modelParametersUrl support
#3743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,10 +4,13 @@ | |
|
|
||
| Official Helm charts for deploying [Bifrost](https://github.com/maximhq/bifrost) - a high-performance AI gateway with unified interface for multiple providers. | ||
|
|
||
| **Latest Version:** 2.1.17 | ||
| **Latest Version:** 2.1.18 | ||
|
|
||
| ## Changelog | ||
|
|
||
| ### 2.1.18 | ||
| - Added `bifrost.modelCatalog.modelParametersUrl` to `values.yaml`, `values.schema.json`, and `_helpers.tpl`, allowing operators to override the URL Bifrost uses to fetch model parameter definitions. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
In |
||
|
|
||
| ### 2.1.17 | ||
|
|
||
| - Added `max_turns_to_send` to guardrail rules. The integer caps how many historical conversation turns are sent to the guardrail provider on apply; the latest message is always included on top, and `0` (default) sends all turns. Wired into `values.schema.json`, `config.schema.json`, and `templates/_helpers.tpl` so it renders into `guardrails_config.guardrail_rules[].max_turns_to_send`. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changelog entry documents
bifrost.modelCatalog.modelParametersUrl, but the actual Helm values path isbifrost.framework.pricing.modelParametersUrl(as seen invalues.yamlline 260 and_helpers.tplline 319). An operator following this changelog entry to set the value would be placing the key under the wrong hierarchy and it would have no effect.