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 c01d51e commit 09d739bCopy full SHA for 09d739b
genai/content-cache/content-cache-update.js
@@ -21,7 +21,6 @@ const {DateTime} = require('luxon');
21
const GOOGLE_CLOUD_PROJECT = process.env.GOOGLE_CLOUD_PROJECT;
22
const GOOGLE_CLOUD_LOCATION = process.env.GOOGLE_CLOUD_LOCATION || 'global';
23
24
-
25
async function generateContent(
26
projectId = GOOGLE_CLOUD_PROJECT,
27
location = GOOGLE_CLOUD_LOCATION,
genai/content-cache/content-cache-use-with-txt.js
@@ -21,7 +21,6 @@ const {GoogleGenAI} = require('@google/genai');
0 commit comments