Skip to content

Commit

Permalink
fix(ai-proxy): removed compat fields pre-3.7 (#13007)
Browse files Browse the repository at this point in the history
(cherry picked from commit 9565ef6)

Co-authored-by: Jack Tysoe <[email protected]>
  • Loading branch information
team-gateway-bot and tysoekong committed May 10, 2024
1 parent 4ae77cb commit 31b0df3
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 31b0df3

Please sign in to comment.