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: packages/sdk/server-ai/examples/bedrock/README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,20 @@
2
2
3
3
This package demonstrates the integration of LaunchDarkly's AI SDK with AWS Bedrock, allowing you to leverage LaunchDarkly's AI Config capabilities in AI-powered applications using AWS Bedrock.
4
4
5
-
## Installation
5
+
## Installation and Build
6
6
7
7
To install the package and its dependencies, run:
8
8
9
9
```bash
10
10
npm install
11
11
```
12
12
13
+
Then build the project:
14
+
15
+
```bash
16
+
npm run build
17
+
```
18
+
13
19
## Configuration
14
20
15
21
Before running the example, make sure to set the following environment variables:
@@ -33,5 +39,5 @@ The main script (`index.js`) demonstrates how to:
Copy file name to clipboardExpand all lines: packages/sdk/server-ai/examples/openai/README.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,14 +2,20 @@
2
2
3
3
This package demonstrates the integration of LaunchDarkly's AI SDK with OpenAI, allowing you to leverage LaunchDarkly's AI Config capabilities in AI-powered applications using OpenAI's services.
4
4
5
-
## Installation
5
+
## Installation and Build
6
6
7
7
To install the package and its dependencies, run:
8
8
9
9
```bash
10
10
npm install
11
11
```
12
12
13
+
Then build the project:
14
+
15
+
```bash
16
+
npm run build
17
+
```
18
+
13
19
## Configuration
14
20
15
21
Before running the example, make sure to set the following environment variables:
@@ -32,7 +38,7 @@ The main script (`index.js`) demonstrates how to:
0 commit comments