Skip to content

Commit

Permalink
MARP-578 Update document for variable file
Browse files Browse the repository at this point in the history
  • Loading branch information
tvtphuc-axonivy committed Jul 24, 2024
1 parent bc90359 commit 462efce
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions vertexai-google/config/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@

Variables:
gemini:
# The Api gemini key that get from https://aistudio.google.com/app/apikey. ex: 'AIzaSyDaxbn4Ragu_cV8tiaMI'
apiKey: ''
vertexai-gemini:
# The project id from project that is created in google cloud. ex: 'generate-text-from-image'
projectId: ''
# The region zone of the project https://cloud.google.com/compute/docs/regions-zones. ex: 'us-east1'
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) ex: 'gemini-1.5-pro-001'
modelName: ''
keyFilePath: ''

# The full url of the credential json file. ex: 'D:\\Credentials\\generate-images-for-process-27dba695f5f5.json'
keyFilePath: ''

0 comments on commit 462efce

Please sign in to comment.