Skip to content

Commit

Permalink
add bedrock format test scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
tysoekong committed Jul 9, 2024
1 parent da42ff6 commit ad1c67d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions spec/03-plugins/38-ai-proxy/01-unit_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,20 @@ local FORMATS = {
},
},
},
bedrock = {
["llm/v1/chat"] = {
config = {
name = "bedrock",
provider = "bedrock",
options = {
max_tokens = 8192,
temperature = 0.8,
top_k = 1,
top_p = 0.6,
},
},
},
},
}

local STREAMS = {
Expand Down

0 comments on commit ad1c67d

Please sign in to comment.