Spaces:
Running
Running
Update .env.example with OpenRouter config
Browse files- .env.example +7 -3
.env.example
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
-
# Choose AI Provider: "
|
| 2 |
-
AI_PROVIDER=
|
|
|
|
|
|
|
|
|
|
| 3 |
|
| 4 |
# Gemini API Configuration
|
| 5 |
GEMINI_API_KEY=
|
|
@@ -8,4 +11,5 @@ GEMINI_API_KEY=
|
|
| 8 |
LOCAL_AI_MODEL=
|
| 9 |
LOCAL_AI_BASE_URL=
|
| 10 |
|
| 11 |
-
|
|
|
|
|
|
| 1 |
+
# Choose AI Provider: "OpenRouter", "Gemini API", "Hugging Face", or "Local AI"
|
| 2 |
+
AI_PROVIDER=OpenRouter
|
| 3 |
+
|
| 4 |
+
# OpenRouter Configuration (https://openrouter.ai)
|
| 5 |
+
OPENROUTER_API_KEY=
|
| 6 |
|
| 7 |
# Gemini API Configuration
|
| 8 |
GEMINI_API_KEY=
|
|
|
|
| 11 |
LOCAL_AI_MODEL=
|
| 12 |
LOCAL_AI_BASE_URL=
|
| 13 |
|
| 14 |
+
# Hugging Face Configuration
|
| 15 |
+
HF_TOKEN=
|