-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
fix(ai): llm model moved to share state to guarantee consistency #13627
Conversation
66a26f2
to
c541fe8
Compare
895f678
to
54cd557
Compare
@fffonion Added integration test now for this, please verify once more |
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.
wait for CI
e3828ee
to
d3559e5
Compare
@fffonion Should pass now |
d3559e5
to
6d62fae
Compare
two lint errors, rerunning CI |
) (cherry picked from commit ad3e19a)
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13627-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13627-to-master-to-upstream
git checkout -b cherry-pick-13627-to-master-to-upstream
ancref=$(git merge-base b861d1fc030c43923151241d7e4f6710ab2a3a5a 2aa3a4f39804e56cffb7c6ed414697a025135df0)
git cherry-pick -x $ancref..2aa3a4f39804e56cffb7c6ed414697a025135df0 |
Successfully created backport PR for |
) (#13633) (cherry picked from commit ad3e19a) Co-authored-by: Jack Tysoe <[email protected]>
Summary
Sets request model name consistently across AI plugins.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
Fix #[issue number]