Skip to content

Commit bc2b2cd

Browse files
authored
update link to /ailogic (#9399)
1 parent 5511b4f commit bc2b2cd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/gentle-queens-argue.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@firebase/ai': patch
3+
---
4+
5+
update the link /genai to /ailogic

packages/ai/src/requests/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ export async function makeRequest(
226226
`The Firebase AI SDK requires the Firebase AI ` +
227227
`API ('firebasevertexai.googleapis.com') to be enabled in your ` +
228228
`Firebase project. Enable this API by visiting the Firebase Console ` +
229-
`at https://console.firebase.google.com/project/${url.params.apiSettings.project}/genai/ ` +
229+
`at https://console.firebase.google.com/project/${url.params.apiSettings.project}/ailogic/ ` +
230230
`and clicking "Get started". If you enabled this API recently, ` +
231231
`wait a few minutes for the action to propagate to our systems and ` +
232232
`then retry.`,

0 commit comments

Comments
 (0)