@firebase/ai 2.6.0-canary.a09ef786f → 2.6.0-canary.bc2b2cdea
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/esm/index.esm.js +2 -2
- package/dist/esm/index.esm.js.map +1 -1
- package/dist/index.cjs.js +2 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.cjs.js.map +1 -1
- package/dist/index.node.mjs +2 -2
- package/dist/index.node.mjs.map +1 -1
- package/package.json +8 -8
package/dist/index.node.cjs.js
CHANGED
|
@@ -8,7 +8,7 @@ var util = require('@firebase/util');
|
|
|
8
8
|
var logger$1 = require('@firebase/logger');
|
|
9
9
|
|
|
10
10
|
var name = "@firebase/ai";
|
|
11
|
-
var version = "2.6.0-canary.
|
|
11
|
+
var version = "2.6.0-canary.bc2b2cdea";
|
|
12
12
|
|
|
13
13
|
/**
|
|
14
14
|
* @license
|
|
@@ -1264,7 +1264,7 @@ async function makeRequest(requestUrlParams, body) {
|
|
|
1264
1264
|
throw new AIError(AIErrorCode.API_NOT_ENABLED, `The Firebase AI SDK requires the Firebase AI ` +
|
|
1265
1265
|
`API ('firebasevertexai.googleapis.com') to be enabled in your ` +
|
|
1266
1266
|
`Firebase project. Enable this API by visiting the Firebase Console ` +
|
|
1267
|
-
`at https://console.firebase.google.com/project/${url.params.apiSettings.project}/
|
|
1267
|
+
`at https://console.firebase.google.com/project/${url.params.apiSettings.project}/ailogic/ ` +
|
|
1268
1268
|
`and clicking "Get started". If you enabled this API recently, ` +
|
|
1269
1269
|
`wait a few minutes for the action to propagate to our systems and ` +
|
|
1270
1270
|
`then retry.`, {
|