Skip to content

Commit

Permalink
Update Examples for variable file
Browse files Browse the repository at this point in the history
  • Loading branch information
tvtphuc-axonivy authored Jul 25, 2024
1 parent b28cb2d commit be481bd
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion vertexai-google/config/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,26 @@
# '<project>/Config/_<environment>/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: ''

0 comments on commit be481bd

Please sign in to comment.