Spaces:
Running
Running
feat: update the .env_example
Browse files- .env.example +1 -5
.env.example
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
# LLM Provider — choose "openai" or "gemini"
|
| 2 |
-
LLM_PROVIDER=openai
|
| 3 |
-
OPENAI_API_KEY=your-openai-api-key-here
|
| 4 |
-
|
| 5 |
# Gemini (only needed if LLM_PROVIDER=gemini)
|
| 6 |
GEMINI_API_KEY=your-gemini-api-key-here
|
| 7 |
|
|
@@ -13,4 +9,4 @@ DATABASE_URL=postgresql://postgres:password@localhost:5432/investigator_db
|
|
| 13 |
|
| 14 |
# Application
|
| 15 |
APP_ENV=development
|
| 16 |
-
LOG_LEVEL=info
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Gemini (only needed if LLM_PROVIDER=gemini)
|
| 2 |
GEMINI_API_KEY=your-gemini-api-key-here
|
| 3 |
|
|
|
|
| 9 |
|
| 10 |
# Application
|
| 11 |
APP_ENV=development
|
| 12 |
+
LOG_LEVEL=info
|