mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-07-10 01:18:29 +00:00
Merge pull request #844 from CyranoB/feature/add-bedrock-provider
Add AWS Bedrock provider support
This commit is contained in:
commit
59e424abce
2 changed files with 7 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ chat:
|
|||
azure:
|
||||
name: OpenAI Azure
|
||||
litellm_provider: azure
|
||||
bedrock:
|
||||
name: AWS Bedrock
|
||||
litellm_provider: bedrock
|
||||
openrouter:
|
||||
name: OpenRouter
|
||||
litellm_provider: openrouter
|
||||
|
|
@ -120,6 +123,9 @@ embedding:
|
|||
azure:
|
||||
name: OpenAI Azure
|
||||
litellm_provider: azure
|
||||
bedrock:
|
||||
name: AWS Bedrock
|
||||
litellm_provider: bedrock
|
||||
# TODO: OpenRouter not yet supported by LiteLLM, replace with native litellm_provider openrouter and remove api_base when ready
|
||||
openrouter:
|
||||
name: OpenRouter
|
||||
|
|
|
|||
|
|
@ -45,5 +45,6 @@ soundfile==0.13.1
|
|||
imapclient>=3.0.1
|
||||
html2text>=2024.2.26
|
||||
beautifulsoup4>=4.12.3
|
||||
boto3>=1.35.0
|
||||
exchangelib>=5.4.3
|
||||
pywinpty==3.0.2; sys_platform == "win32"
|
||||
Loading…
Add table
Add a link
Reference in a new issue