Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/ai/src/requests/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ export async function makeRequest(
`The Firebase AI SDK requires the Firebase AI ` +
`API ('firebasevertexai.googleapis.com') to be enabled in your ` +
`Firebase project. Enable this API by visiting the Firebase Console ` +
`at https://console.firebase.google.com/project/${url.params.apiSettings.project}/genai/ ` +
`at https://console.firebase.google.com/project/${url.params.apiSettings.project}/ailogic/ ` +
`and clicking "Get started". If you enabled this API recently, ` +
`wait a few minutes for the action to propagate to our systems and ` +
`then retry.`,
Expand Down
Loading