File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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)
1710GEMINI_MODEL = gemini-2.0-flash
1811# Alternative: gemini-1.5-pro for more complex reasoning
You can’t perform that action at this time.
0 commit comments