From c30fd631732ea577f82761d09b8614575824aca1 Mon Sep 17 00:00:00 2001 From: ryanhex53 Date: Sun, 10 Nov 2024 21:09:15 +0800 Subject: [PATCH] chore: Add Vertex AI configuration options to .env.template --- .env.template | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.env.template b/.env.template index 82f44216a..c79b959e1 100644 --- a/.env.template +++ b/.env.template @@ -66,4 +66,14 @@ ANTHROPIC_API_VERSION= ANTHROPIC_URL= ### (optional) -WHITE_WEBDAV_ENDPOINTS= \ No newline at end of file +WHITE_WEBDAV_ENDPOINTS= + +# (optional) +# Default: Empty +# Google Cloud Vertex AI full url, set if you want to use Vertex AI. +VERTEX_AI_URL= + +# (optional) +# Default: Empty +# Text content of Google Cloud service account JSON key, set if you want to use Vertex AI. +GOOGLE_CLOUD_JSON_KEY='' \ No newline at end of file