We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5511b4f commit bc2b2cdCopy full SHA for bc2b2cd
2 files changed
.changeset/gentle-queens-argue.md
@@ -0,0 +1,5 @@
1
+---
2
+'@firebase/ai': patch
3
4
+
5
+update the link /genai to /ailogic
packages/ai/src/requests/request.ts
@@ -226,7 +226,7 @@ export async function makeRequest(
226
`The Firebase AI SDK requires the Firebase AI ` +
227
`API ('firebasevertexai.googleapis.com') to be enabled in your ` +
228
`Firebase project. Enable this API by visiting the Firebase Console ` +
229
- `at https://console.firebase.google.com/project/${url.params.apiSettings.project}/genai/ ` +
+ `at https://console.firebase.google.com/project/${url.params.apiSettings.project}/ailogic/ ` +
230
`and clicking "Get started". If you enabled this API recently, ` +
231
`wait a few minutes for the action to propagate to our systems and ` +
232
`then retry.`,
0 commit comments