chore: Add Vertex AI configuration options to .env.template

This commit is contained in:
ryanhex53 2024-11-10 21:09:15 +08:00
parent bc2f36e7c0
commit c30fd63173
1 changed files with 11 additions and 1 deletions

View File

@ -66,4 +66,14 @@ ANTHROPIC_API_VERSION=
ANTHROPIC_URL=
### (optional)
WHITE_WEBDAV_ENDPOINTS=
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=''