-
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-proxy): Fix Cohere breaks with model parameter in body; Fix OpenAI token counting for function requests; Fix user sending own-model parameter #13000
Conversation
Happy 13,000th pull request!! |
3cd4e1a
to
7bef31f
Compare
changes look fine, the commit message as well the linked ticket description should be more descriptive, let's describe what's actually being fixed instead of |
22acec9
to
ec2ad3e
Compare
f3d71c5
to
0a93131
Compare
@tysoekong please resolve conflict. would be ideal if you keep 4 commits as there're four changelogs, as it may become headache if we want to revert one of them. not a hard blocker though. |
I just have to also investigate the streaming issue, it would make no sense to leave unpatched. |
0a93131
to
a4110b9
Compare
7d54c33
to
082be0c
Compare
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.
merge on CI pass.
reviewers please review each commits individually
6cc8c56
to
25fb321
Compare
dffa642
to
ace23f1
Compare
READY TO GO |
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.
moving forward, we might want to setup a SSE server to catch more more corner cases
Successfully created backport PR for |
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