Skip to content

Commit

Permalink
chore: Add Vertex AI configuration options to .env.template
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhex53 committed Nov 10, 2024
1 parent bc2f36e commit c30fd63
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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=''

0 comments on commit c30fd63

Please sign in to comment.