From be481bd33817431474b6b8dc64f01f0598508686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tr=E1=BA=A7n=20V=C4=A9nh=20Thi=E1=BB=87n=20Ph=C3=BAc?= <143604440+tvtphuc-axonivy@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:50:20 +0700 Subject: [PATCH] Update Examples for variable file --- vertexai-google/config/variables.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/vertexai-google/config/variables.yaml b/vertexai-google/config/variables.yaml index 195a8b4..95f8b3f 100644 --- a/vertexai-google/config/variables.yaml +++ b/vertexai-google/config/variables.yaml @@ -6,12 +6,26 @@ # '/Config/_/variables.yaml # +# Example Variables: +# gemini: +# apiKey: 'AIzaSyDax' +# vertexai-gemini: +# projectId: 'generate-text-from-image' +# location: 'us-east1' +# modelName: 'gemini-1.5-pro-preview-0409' +# keyFilePath: 'D:/Credentials/generate-images-for-process-27dba695f5f5.json' (absolute url) +# or keyFilePath: 'configuration/data/generate-images-for-process-27dba695f5f5.json' (relative url) + Variables: gemini: + # The Api gemini key that get from https://aistudio.google.com/app/apikey. apiKey: '' vertexai-gemini: + # The project id from project that is created in google cloud. projectId: '' + # The region zone of the project https://cloud.google.com/compute/docs/regions-zones. location: '' + # The resourceId of gemini model that we want to use (https://console.cloud.google.com/vertex-ai/publishers/google/model-garden/gemini-1.5-pro-001) modelName: '' + # The full url of the credential json file. keyFilePath: '' -