Feat: Add Amazon Bedrock provider (#1167)
This commit is contained in:
@@ -56,6 +56,13 @@ M._defaults = {
|
||||
max_tokens = 8000,
|
||||
},
|
||||
---@type AvanteSupportedProvider
|
||||
bedrock = {
|
||||
model = "anthropic.claude-3-5-sonnet-20240620-v1:0",
|
||||
timeout = 30000, -- Timeout in milliseconds
|
||||
temperature = 0,
|
||||
max_tokens = 8000,
|
||||
},
|
||||
---@type AvanteSupportedProvider
|
||||
gemini = {
|
||||
endpoint = "https://generativelanguage.googleapis.com/v1beta/models",
|
||||
model = "gemini-1.5-flash-latest",
|
||||
|
||||
Reference in New Issue
Block a user