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
(cherry picked from commit 9565ef6)
  • Loading branch information
tysoekong authored and github-actions[bot] committed May 9, 2024
1 parent 4ae77cb commit 0967f19
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",
},
},
}

0 comments on commit 0967f19

Please sign in to comment.