Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/marp 578 handling feedback release vertex ai connector #14

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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: ''

Loading