-
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
[backport -> release/3.7.x] fix(ai-proxy): Fix Cohere breaks with model parameter in body; Fix OpenAI token counting for function requests; Fix user sending own-model parameter #13230
Merged
AndyZhang0707
merged 12 commits into
release/3.7.x
from
backport-13000-to-release/3.7.x
Jun 20, 2024
Conversation
This file contains 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
(cherry picked from commit e6dcbb0)
…n plugin conf (cherry picked from commit 7fe49cf)
…r user requests (cherry picked from commit 36d0d03)
(cherry picked from commit 06077cd)
(cherry picked from commit 8249c77)
(cherry picked from commit 88957be)
(cherry picked from commit e288cac)
(cherry picked from commit 4679435)
(cherry picked from commit 0935220)
(cherry picked from commit 683f7ef)
(cherry picked from commit 192f56f)
(cherry picked from commit 116f017)
team-gateway-bot
added
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
plugins/ai-proxy
plugins/ai-request-transformer
plugins/ai-response-transformer
size/L
labels
Jun 20, 2024
liverpool8056
approved these changes
Jun 20, 2024
vm-001
approved these changes
Jun 20, 2024
I am silly, the backport comes from the OTHER ee-cherrypick. Ignore previous. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
plugins/ai-proxy
plugins/ai-request-transformer
plugins/ai-response-transformer
size/L
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.
Automated backport to
release/3.7.x
, triggered by a label in #13000.Original description
Summary
Minor fix rollup from RC2, for function calling fixes and other broken AI config checks.
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
KAG-4596