From 8878aeda68407ea83017dfe053f67255bec29ff1 Mon Sep 17 00:00:00 2001 From: kunjabijukchhe <43906826+kunjabijukchhe@users.noreply.github.com> Date: Mon, 6 Jan 2025 18:04:16 +0545 Subject: [PATCH] feat: implement Claude 3, Claude3.5, Nova Pro, Nova Lite and Mistral model integration with AWS Bedrock (#974) * feat: Integrate AWS Bedrock with Claude 3.5 Sonnet, Claude 3 Sonnet, and Claude 3.5 Haiku * update Dockerfile for AWS Bedrock configuration * feat: add new Bedrock model 'Mistral' and update Haiku to version 3 * feat: add new bedrock model Nova Lite and Nova Pro * Update README documentation to reflect the latest changes * Add the icon for aws bedrock * add support for serialized AWS Bedrock configuration in api key --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e15d106c6b..f1262552b7 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ project, please check the [project management guide](./PROJECT.md) to get starte - ⬜ Upload documents for knowledge - UI design templates, a code base to reference coding style, etc. - ⬜ Voice prompting - ⬜ Azure Open AI API Integration +- ✅ Perplexity Integration (@meetpateltech) +- ✅ AWS Bedrock Integration (@kunjabijukchhe) - ⬜ Vertex AI Integration - ⬜ Granite Integration - ⬜ Popout Window for Web Container