Skip to content

Commit

Permalink
fix(ai-proxy): removed compat fields pre-3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tysoekong authored and locao committed May 9, 2024
1 parent f02d4ef commit 9565ef6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions kong/clustering/compat/removed_fields.lua
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,15 @@ return {
zipkin = {
"propagation",
},
ai_proxy = {
"response_streaming",
"model.options.upstream_path",
},
ai_request_transformer = {
"llm.model.options.upstream_path",
},
ai_response_transformer = {
"llm.model.options.upstream_path",
},
},
}

1 comment on commit 9565ef6

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bazel Build

Docker image available kong/kong:9565ef602351257dd7bc52c7844eaf8783adf571
Artifacts available https://github.com/Kong/kong/actions/runs/9023097846

Please sign in to comment.