-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
message: | | ||
**AI-proxy-plugin**: Fix a bug where certain Azure models would return partial tokens/words | ||
**AI-proxy-plugin**: Fixed a bug where certain Azure models would return partial tokens/words | ||
when in response-streaming mode. | ||
scope: Plugin | ||
type: bugfix |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
message: | | ||
**AI-proxy-plugin**: Fix a bug where Cohere and Anthropic providers don't read the `model` parameter properly | ||
**AI-proxy-plugin**: Fixed a bug where Cohere and Anthropic providers don't read the `model` parameter properly | ||
from the caller's request body. | ||
scope: Plugin | ||
type: bugfix |
2 changes: 1 addition & 1 deletion
2
changelog/unreleased/kong/ai-proxy-fix-nil-response-token-count.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
message: | | ||
**AI-proxy-plugin**: Fix the bug where using "OpenAI Function" inference requests would log a | ||
**AI-proxy-plugin**: Fixed a bug where using "OpenAI Function" inference requests would log a | ||
request error, and then hang until timeout. | ||
scope: Plugin | ||
type: bugfix |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
message: | | ||
**AI-proxy-plugin**: Fix a bug where AI Proxy would still allow callers to specify their own model, | ||
**AI-proxy-plugin**: Fixed a bug where AI Proxy would still allow callers to specify their own model, | ||
ignoring the plugin-configured model name. | ||
scope: Plugin | ||
type: bugfix |
2 changes: 1 addition & 1 deletion
2
changelog/unreleased/kong/ai-proxy-fix-tuning-parameter-precedence.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
message: | | ||
**AI-proxy-plugin**: Fix a bug where AI Proxy would not take precedence of the | ||
**AI-proxy-plugin**: Fixed a bug where AI Proxy would not take precedence of the | ||
plugin's configured model tuning options, over those in the user's LLM request. | ||
scope: Plugin | ||
type: bugfix |
5 changes: 5 additions & 0 deletions
5
changelog/unreleased/kong/ai-proxy-proper-model-assignment.yml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
message: | | ||
**AI-proxy-plugin**: Fixed a bug where setting OpenAI SDK model parameter "null" caused analytics | ||
to not be written to the logging plugin(s). | ||
scope: Plugin | ||
type: bugfix |