You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ We're continuously improving and setting new goals. So, come join us on this exc
23
23
24
24
## 🔥 Recent Updates 🔥
25
25
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. 🧠
27
27
-**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.
28
28
-**Prompt Management:** We've added backend support for prompt management, giving you more control over the prompts that are sent to the AI models.
29
29
-**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
86
86
87
87
## 🗝️ Model Authentication
88
88
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:
90
90
91
-
### Anthropic Authentication
91
+
### Bedrock Authentication
92
92
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:
94
94
95
95
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).
0 commit comments