Update .env.example - Add Technology Startup specialization and multi-AI provider support (clean version)
Browse files- .env.example +12 -10
.env.example
CHANGED
|
@@ -1,10 +1,12 @@
|
|
| 1 |
-
# BIOS-kernel-v1 β Environment Variables
|
| 2 |
-
# Copy to .env and fill in your values
|
| 3 |
-
|
| 4 |
-
# ββ NeonDB ββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 5 |
-
DATABASE_URL=postgresql://
|
| 6 |
-
|
| 7 |
-
# ββ LLM Backends (set whichever you use) βββββββββββββββββββββ
|
| 8 |
-
GROQ_API_KEY=
|
| 9 |
-
HF_API_KEY=
|
| 10 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
# BIOS-kernel-v1 β Environment Variables
|
| 2 |
+
# Copy to .env and fill in your values
|
| 3 |
+
|
| 4 |
+
# ββ NeonDB ββββββββββββββββββββββββββββββββββββββββββββββββββββ
|
| 5 |
+
DATABASE_URL=postgresql://neondb_owner:npg_yUd17wEqgQpY@ep-summer-scene-aixfgggh-pooler.c-4.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require
|
| 6 |
+
|
| 7 |
+
# ββ LLM Backends (set whichever you use) βββββββββββββββββββββ
|
| 8 |
+
GROQ_API_KEY=gsk_your_groq_api_key_here # https://console.groq.com
|
| 9 |
+
HF_API_KEY=hf_your_huggingface_token_here # https://huggingface.co/settings/tokens
|
| 10 |
+
OPENAI_API_KEY=sk-your-openai-api-key-here # https://platform.openai.com/api-keys
|
| 11 |
+
GEMINI_API_KEY=AIza-your-gemini-api-key-here # https://makersuite.google.com/app/apikey
|
| 12 |
+
ANTHROPIC_API_KEY=sk-ant-your_anthropic_key-here # https://console.anthropic.com
|