-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
19 lines (15 loc) · 734 Bytes
/
.env.example
File metadata and controls
19 lines (15 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Google API key for Gemini API access
# Get your key from: https://aistudio.google.com/apikey
GOOGLE_API_KEY=your_api_key_here
# Optional: request timeout in milliseconds (default: 30000)
ASK_GOOGLE_TIMEOUT_MS=30000
# Optional: enable output_file writes (default: false)
ASK_GOOGLE_ALLOW_FILE_OUTPUT=false
# Optional: base directory for output_file writes.
# Relative paths resolve from the current working directory.
# Absolute output_file paths must still stay inside this directory.
ASK_GOOGLE_OUTPUT_DIR=.
# Optional: override model ids if Google renames preview models.
# ASK_GOOGLE_MODEL_PRO=gemini-3.1-pro-preview
# ASK_GOOGLE_MODEL_FLASH=gemini-3-flash-preview
# ASK_GOOGLE_MODEL_FLASH_LITE=gemini-3.1-flash-lite-preview