Skip to content

Commit

Permalink
fix(ai-proxy): changelog tense
Browse files Browse the repository at this point in the history
  • Loading branch information
tysoekong committed Jun 17, 2024
1 parent a89f07e commit 25fb321
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
5 changes: 0 additions & 5 deletions changelog/unreleased/kong/ai-proxy-azure-streaming copy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion changelog/unreleased/kong/ai-proxy-azure-streaming.yml
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
2 changes: 1 addition & 1 deletion changelog/unreleased/kong/ai-proxy-fix-model-parameter.yml
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
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
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
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
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

0 comments on commit 25fb321

Please sign in to comment.