mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-31 08:56:48 +00:00
🌐 feat: Support Vertex AI Multi-Region Endpoints (#13044)
* feat: support Vertex AI multi-region endpoints * fix: sync Vertex endpoint with final location
This commit is contained in:
parent
8fc68ebac0
commit
c3ec23f9b8
8 changed files with 205 additions and 17 deletions
|
|
@ -149,6 +149,7 @@ ANTHROPIC_API_KEY=user_provided
|
|||
|
||||
# Set to true to use Anthropic models through Google Vertex AI instead of direct API
|
||||
# ANTHROPIC_USE_VERTEX=
|
||||
# Supports regional locations like us-east5 and multi-region locations: us, eu, global
|
||||
# ANTHROPIC_VERTEX_REGION=us-east5
|
||||
|
||||
#============#
|
||||
|
|
@ -209,7 +210,8 @@ GOOGLE_KEY=user_provided
|
|||
|
||||
# GOOGLE_TITLE_MODEL=gemini-2.0-flash-lite-001
|
||||
|
||||
# Google Cloud region for Vertex AI (used by both chat and image generation)
|
||||
# Google Cloud location for Vertex AI (used by both chat and image generation).
|
||||
# Supports regional locations like us-central1 and multi-region locations: us, eu, global.
|
||||
# GOOGLE_LOC=us-central1
|
||||
|
||||
# Alternative region env var for Gemini Image Generation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue