Skip to content

Commit da9186a

Browse files
committed
feat: Update .env.example to remove Gemini API configuration and clarify Vertex AI settings
1 parent b7e9948 commit da9186a

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

backend/.env.example

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
11
# =============================================================================
22
# LegalMind Configuration
3-
# Google Cloud / Gemini API Settings
3+
# Google Cloud / Vertex AI Settings
44
# =============================================================================
55

66
# -----------------------------------------------------------------------------
7-
# Gemini API Configuration
7+
# Vertex AI Configuration
88
# -----------------------------------------------------------------------------
9-
GEMINI_API_KEY=your-gemini-api-key-here
10-
11-
# Use Vertex AI instead of public Gemini API (recommended for production)
12-
# Set to "true" to use Vertex AI with service account credentials
13-
# Set to "false" to use public Gemini API with GEMINI_API_KEY
14-
USE_VERTEX_AI=true
15-
169
# Model configuration (Gemini 2.0 Flash recommended for hackathon)
1710
GEMINI_MODEL=gemini-2.0-flash
1811
# Alternative: gemini-1.5-pro for more complex reasoning

0 commit comments

Comments
 (0)