Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/sdk/server-ai/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

## Quick Setup

This assumes that you have already installed the LaunchDarkly Node.js SDK, or a compatible edge
SDK.
This assumes that you have already installed the LaunchDarkly Node.js (server-side) SDK, or a compatible edge SDK.

1. Install this package with `npm` or `yarn`:

Expand All @@ -40,7 +39,7 @@ const aiClient = initAi(ldClient);
3. Evaluate a model configuration:

```typescript
const config = await aiClient.modelConfig(
const config = await aiClient.config(
aiConfigKey!,
context,
{ enabled: false },
Expand Down
Loading