There was an error while loading. Please reload this page.
1 parent 5a455c2 commit 7e7ea9bCopy full SHA for 7e7ea9b
js/plugins/google-genai/src/vertexai/utils.ts
@@ -294,7 +294,7 @@ export const MISSING_API_KEY_ERROR = new GenkitError({
294
status: 'FAILED_PRECONDITION',
295
message:
296
'Please pass in the API key or set the VERTEX_API_KEY or GOOGLE_API_KEY environment variable.\n' +
297
- 'For more details see https://firebase.google.com/docs/genkit/plugins/google-genai',
+ 'For more details see https://genkit.dev/docs/integrations/google-genai',
298
});
299
300
export const API_KEY_FALSE_ERROR = new GenkitError({
0 commit comments