Skip to content

Commit 8e6db6a

Browse files
committed
readme update
1 parent efeb019 commit 8e6db6a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ We're continuously improving and setting new goals. So, come join us on this exc
2323

2424
## 🔥 Recent Updates 🔥
2525

26-
- **Anthropic Support:** We've added support for Anthropic, allowing you to leverage their AI models in addition to OpenAI's GPT-3. 🧠
26+
- **Bedrock Support:** We've added support for Bedrock, specifically the ClaudEv2 model, allowing you to leverage their AI models in addition to OpenAI's GPT-3.5 and GPT-4 models. 🧠
2727
- **Sagemaker Endpoint Support:** We're working on adding support for any Sagemaker endpoint. This will allow you to sause any model hosted on Amazon Sagemaker.
2828
- **Prompt Management:** We've added backend support for prompt management, giving you more control over the prompts that are sent to the AI models.
2929
- **SQLite Database:** We've moved from Postgres to SQLite for our database needs. This makes setup easier and reduces the resources required to run the application.
@@ -86,11 +86,11 @@ The frontend is a React application that uses Next.js. To set it up, follow thes
8686

8787
## 🗝️ Model Authentication
8888

89-
Before you can use the GPT-CodeApp, you'll need to authenticate with the AI models from Anthropic and OpenAI. Here's how to do it:
89+
Before you can use the GPT-CodeApp, you'll need to authenticate with the AI models from Bedrock and OpenAI. Here's how to do it:
9090

91-
### Anthropic Authentication
91+
### Bedrock Authentication
9292

93-
Anthropic uses standard AWS authentication for boto3 and access to Bedrock models. Follow these steps to set it up:
93+
Bedrock uses standard AWS authentication for boto3 and access to the ClaudEv2 models. Follow these steps to set it up:
9494

9595
1. Install the AWS CLI on your machine. You can do this by following the instructions in the [official AWS CLI User Guide](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html).
9696

0 commit comments

Comments
 (0)