Spaces:
Running
Running
Nikhil Pravin Pise commited on
Commit ·
3b8e1fe
1
Parent(s): 9794258
Security: Replace API keys with placeholders in .env.example
Browse files- .env.example +2 -2
.env.example
CHANGED
|
@@ -32,9 +32,9 @@ OLLAMA__MODEL=llama3.2
|
|
| 32 |
|
| 33 |
# --- LLM (Groq / Gemini — existing providers) ---
|
| 34 |
LLM__PRIMARY_PROVIDER=groq
|
| 35 |
-
LLM__GROQ_API_KEY=
|
| 36 |
LLM__GROQ_MODEL=llama-3.3-70b-versatile
|
| 37 |
-
LLM__GEMINI_API_KEY=
|
| 38 |
LLM__GEMINI_MODEL=gemini-2.0-flash
|
| 39 |
|
| 40 |
# --- Embeddings ---
|
|
|
|
| 32 |
|
| 33 |
# --- LLM (Groq / Gemini — existing providers) ---
|
| 34 |
LLM__PRIMARY_PROVIDER=groq
|
| 35 |
+
LLM__GROQ_API_KEY=your_groq_api_key_here
|
| 36 |
LLM__GROQ_MODEL=llama-3.3-70b-versatile
|
| 37 |
+
LLM__GEMINI_API_KEY=your_google_api_key_here
|
| 38 |
LLM__GEMINI_MODEL=gemini-2.0-flash
|
| 39 |
|
| 40 |
# --- Embeddings ---
|