Skip to content

Commit f2767ff

Browse files
authored
Merge pull request #6 from NillionNetwork/chore/update-nilpay
chore: update references to nilpay
2 parents 37968cc + fa60baa commit f2767ff

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

examples/0-api-key.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import "dotenv/config";
22
import { NilaiOpenAIClient } from "@nillion/nilai-ts";
33

4-
// To obtain an API key, navigate to https://nilpay.vercel.app/
5-
// and create a new subscription.
6-
// The API key will be displayed in the subscription details.
4+
// To obtain an API key, navigate to https://nilai.nillion.com/
5+
// and create a public DID / private API key.
6+
77
// The NilaiOpenAIClient class automatically handles the NUC token creation and management.
88

99
const API_KEY = process.env.NILLION_API_KEY;

examples/1-delegation-token.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import {
77
NilaiOpenAIClient,
88
} from "@nillion/nilai-ts";
99

10-
// To obtain an API key, navigate to https://nilpay.vercel.app/
11-
// and create a new subscription.
12-
// The API key will be displayed in the subscription details.
10+
// To obtain an API key, navigate to https://nilai.nillion.com/
11+
// and create a public DID / private API key.
1312

1413
const API_KEY = process.env.NILLION_API_KEY;
1514

examples/2-nildb-prompt-store-retrieve.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ import {
88
} from "@nillion/nilai-ts";
99
import { Did as DidClass } from "@nillion/nuc";
1010

11-
// To obtain an API key, navigate to https://nilpay.vercel.app/
12-
// and create a new subscription.
13-
// The API key will be displayed in the subscription details.
11+
// To obtain an API key, navigate to https://nilai.nillion.com/
12+
// and create a public DID / private API key.
1413

1514
const API_KEY = process.env.NILLION_API_KEY;
1615

examples/3-web-search.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import "dotenv/config";
22
import { NilaiOpenAIClient } from "@nillion/nilai-ts";
33

4-
// To obtain an API key, navigate to https://nilpay.vercel.app/
5-
// and create a new subscription.
6-
// The API key will be displayed in the subscription details.
4+
// To obtain an API key, navigate to https://nilai.nillion.com/
5+
// and create a public DID / private API key.
6+
77
// The NilaiOpenAIClient class automatically handles the NUC token creation and management.
88

99
const API_KEY = process.env.NILLION_API_KEY;

0 commit comments

Comments
 (0)