fix(ai-gateway): filter training-enabled models for Teams orgs#4066
Open
chrarnoldus wants to merge 4 commits into
Open
fix(ai-gateway): filter training-enabled models for Teams orgs#4066chrarnoldus wants to merge 4 commits into
chrarnoldus wants to merge 4 commits into
Conversation
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Contributor
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryIncremental review of 25+ files across multiple domains: auto-routing benchmark org context, efficient auto model publishing, GLM variant fix, MiniMax M3 scoping, review-fix session rewrite, and gateway mirror cleanup. All changes are internally consistent, properly tested, and correct. Files Reviewed (34 files)
Fix these issues in Kilo Cloud Previous Review Summary (commit b508b52)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit b508b52)Status: No Issues Found | Recommendation: Merge Executive SummaryAdds data-collection filtering for Teams orgs with Files Reviewed (2 files)
Reviewed by deepseek-v4-pro-20260423 · 1,118,883 tokens Review guidance: REVIEW.md from base branch |
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
lambertjosh
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mayTrainOnYourPromptsmetadata istrue, while retaining models that do not require data collection./modelsendpoints.Verification
Visual Changes
N/A
Reviewer Notes
Experiment models remain excluded by the existing data-collection policy. Direct BYOK and custom LLM models remain outside this filter because they are explicitly configured by organization administrators and appended after gateway catalog filtering.