9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
|
|
# Gemini API Key 配置
|
|||
|
|
# 获取 API Key: https://aistudio.google.com/app/apikey
|
|||
|
|
|
|||
|
|
# 方式 1: 使用 Gemini API Key(推荐)
|
|||
|
|
GEMINI_API_KEY=your-api-key-here
|
|||
|
|
|
|||
|
|
# 方式 2: 使用 Google API Key(备选)
|
|||
|
|
# GOOGLE_API_KEY=your-google-api-key-here
|