Skip to content

Commit

Permalink
fix(plugins): KAG-3496: remove preserve mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ttyS0e committed Jan 9, 2024
1 parent 787fae7 commit 10f7c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/llm/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ local model_schema = {
type = "string", description = "AI provider request format - Kong translates "
.. "requests to and from the specified backend compatible formats.",
required = true,
one_of = { "openai", "azure", "anthropic", "cohere", "mistral", "llama2", "preserve" },
one_of = { "openai", "azure", "anthropic", "cohere", "mistral", "llama2" },
default = "openai" }},
{ name = {
type = "string",
Expand Down

0 comments on commit 10f7c18

Please sign in to comment.