We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f639667 commit 1c0071cCopy full SHA for 1c0071c
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