diff --git a/fern/docs/pages/reference/PII.mdx b/fern/docs/pages/reference/PII.mdx index 54bb0e8..91c9d5a 100644 --- a/fern/docs/pages/reference/PII.mdx +++ b/fern/docs/pages/reference/PII.mdx @@ -120,7 +120,7 @@ your preference or requirements, select the appropriate method for your applicat ```js - import * as pg from '../dist/index.js'; + import * as pg from 'predictionguard'; const client = new pg.Client('https://api.predictionguard.com', process.env.PGKEY); diff --git a/fern/docs/pages/reference/chat.mdx b/fern/docs/pages/reference/chat.mdx index 0557923..74ef815 100644 --- a/fern/docs/pages/reference/chat.mdx +++ b/fern/docs/pages/reference/chat.mdx @@ -183,7 +183,7 @@ your application. ```js - import * as pg from '../dist/index.js'; + import * as pg from 'predictionguard'; const client = new pg.Client('https://api.predictionguard.com', process.env.PGKEY); diff --git a/fern/docs/pages/reference/chat_sse.mdx b/fern/docs/pages/reference/chat_sse.mdx index 8510d00..c8e81ee 100644 --- a/fern/docs/pages/reference/chat_sse.mdx +++ b/fern/docs/pages/reference/chat_sse.mdx @@ -191,7 +191,7 @@ method for your application. ```js - import * as pg from '../dist/index.js'; + import * as pg from 'predictionguard'; const client = new pg.Client('https://api.predictionguard.com', process.env.PGKEY); diff --git a/fern/docs/pages/reference/chat_vision.mdx b/fern/docs/pages/reference/chat_vision.mdx index dec406a..918476f 100644 --- a/fern/docs/pages/reference/chat_vision.mdx +++ b/fern/docs/pages/reference/chat_vision.mdx @@ -159,7 +159,7 @@ images that are base64 encoded represented by a data uri. ```js - import * as pg from '../dist/index.js'; + import * as pg from 'predictionguard'; const client = new pg.Client('https://api.predictionguard.com', process.env.PGKEY); diff --git a/fern/docs/pages/reference/completions.mdx b/fern/docs/pages/reference/completions.mdx index 2f55ff6..d73888e 100644 --- a/fern/docs/pages/reference/completions.mdx +++ b/fern/docs/pages/reference/completions.mdx @@ -124,7 +124,7 @@ on your preference or requirements, select the appropriate method for your appli ```js - import * as pg from '../dist/index.js'; + import * as pg from 'predictionguard'; const client = new pg.Client('https://api.predictionguard.com', process.env.PGKEY); diff --git a/fern/docs/pages/reference/embeddings.mdx b/fern/docs/pages/reference/embeddings.mdx index d0351b0..52ba67e 100644 --- a/fern/docs/pages/reference/embeddings.mdx +++ b/fern/docs/pages/reference/embeddings.mdx @@ -138,7 +138,7 @@ encoded in a base64 string. ```js - import * as pg from '../dist/index.js'; + import * as pg from 'predictionguard'; const client = new pg.Client('https://api.predictionguard.com', process.env.PGKEY); diff --git a/fern/docs/pages/reference/factuality.mdx b/fern/docs/pages/reference/factuality.mdx index 0feef7d..010aa25 100644 --- a/fern/docs/pages/reference/factuality.mdx +++ b/fern/docs/pages/reference/factuality.mdx @@ -124,7 +124,7 @@ for your application. ```js - import * as pg from '../dist/index.js'; + import * as pg from 'predictionguard'; const client = new pg.Client('https://api.predictionguard.com', process.env.PGKEY); diff --git a/fern/docs/pages/reference/injection.mdx b/fern/docs/pages/reference/injection.mdx index 6384e71..fbebab2 100644 --- a/fern/docs/pages/reference/injection.mdx +++ b/fern/docs/pages/reference/injection.mdx @@ -118,7 +118,7 @@ your application. ```js - import * as pg from '../dist/index.js'; + import * as pg from 'predictionguard'; const client = new pg.Client('https://api.predictionguard.com', process.env.PGKEY); diff --git a/fern/docs/pages/reference/toxicity.mdx b/fern/docs/pages/reference/toxicity.mdx index 64f01ea..f3ca7dc 100644 --- a/fern/docs/pages/reference/toxicity.mdx +++ b/fern/docs/pages/reference/toxicity.mdx @@ -112,7 +112,7 @@ on your preference or requirements, select the appropriate method for your appli ```js - import * as pg from '../dist/index.js'; + import * as pg from 'predictionguard'; const client = new pg.Client('https://api.predictionguard.com', process.env.PGKEY); diff --git a/fern/docs/pages/reference/translate.mdx b/fern/docs/pages/reference/translate.mdx index f0988bd..12872e1 100644 --- a/fern/docs/pages/reference/translate.mdx +++ b/fern/docs/pages/reference/translate.mdx @@ -132,7 +132,7 @@ your preference or requirements, select the appropriate method for your applicat ```js - import * as pg from '../dist/index.js'; + import * as pg from 'predictionguard'; const client = new pg.Client('https://api.predictionguard.com', process.env.PGKEY);