mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-06 23:33:31 +01:00
Describe Priorities
If apiKey, serviceAccountJSON, and serviceAccountLocation are all provided, the service account will override the apiKey.
This commit is contained in:
@@ -670,14 +670,14 @@ soc:
|
||||
advanced: True
|
||||
gemini:
|
||||
apiKey:
|
||||
description: A Google API key generated in Google AI Studio or the Google Cloud Console.
|
||||
description: A Google API key generated in Google AI Studio or the Google Cloud Console. Ignored if a service account and location are provided.
|
||||
global: True
|
||||
serviceAccountJSON:
|
||||
description: The JSON file contents holding the credentials for a Google Service Account. Uses Vertex AI.
|
||||
description: The JSON file contents holding the credentials for a Google Service Account. Uses Vertex AI. Overrides apiKey if a service account and location are provided.
|
||||
global: True
|
||||
multiline: True
|
||||
serviceAccountLocation:
|
||||
description: The location of your project in Google Cloud. Example: us-central1
|
||||
description: The location of your project in Google Cloud. Overrides apiKey if a service account and location are provided. Example: us-central1
|
||||
global: True
|
||||
client:
|
||||
assistant:
|
||||
|
||||
Reference in New Issue
Block a user