Spaces:
Sleeping
Sleeping
Document OpenRouter backup key setting
Browse files- .env.example +3 -1
.env.example
CHANGED
|
@@ -10,7 +10,9 @@ GOOGLE_API_KEY=
|
|
| 10 |
# GEMINI_API_KEY=
|
| 11 |
|
| 12 |
# Recommended backend for all Gemini stages:
|
| 13 |
-
OPENROUTER_API_KEY=
|
|
|
|
|
|
|
| 14 |
|
| 15 |
# Model ids (override per run with: humeo ... --gemini-model <id>)
|
| 16 |
GEMINI_MODEL=google/gemini-2.5-pro
|
|
|
|
| 10 |
# GEMINI_API_KEY=
|
| 11 |
|
| 12 |
# Recommended backend for all Gemini stages:
|
| 13 |
+
OPENROUTER_API_KEY=
|
| 14 |
+
# Optional fallback used if the primary OpenRouter key errors or returns empty text.
|
| 15 |
+
OPENROUTER_API_KEY_BACKUP=
|
| 16 |
|
| 17 |
# Model ids (override per run with: humeo ... --gemini-model <id>)
|
| 18 |
GEMINI_MODEL=google/gemini-2.5-pro
|