-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
22 lines (20 loc) · 997 Bytes
/
Copy pathexample.env
File metadata and controls
22 lines (20 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ===================================================================
# Environment Configuration Template
# ===================================================================
# Copy this file to '.env' and fill in your actual API keys
# The .env file should never be committed to version control
#
# How to get your API keys:
# ===================================================================
# Google Gemini API Configuration
# --------------------------------
# 1. Visit Google Cloud Platform: https://console.cloud.google.com/
# 2. Create a new project or select an existing one
# 3. Enable the "Generative AI API" for your project
# 4. Go to Google AI Studio: https://aistudio.google.com/
# 5. Click "Get API Key" and create a new API key
# 6. Copy the key and paste it below (replace YOUR_GEMINI_API_KEY)
#
# Note: Google provides free credits for new users to test Gemini API
# You can use these free credits for real LLM effect testing in projects
GEMINI_API_KEY=YOUR_GEMINI_API_KEY