Spaces:
Runtime error
Runtime error
Update app/config.py
Browse files- app/config.py +2 -1
app/config.py
CHANGED
|
@@ -17,7 +17,8 @@ class Settings(BaseSettings):
|
|
| 17 |
|
| 18 |
# --- LLM ---
|
| 19 |
groq_api_key: str
|
| 20 |
-
|
|
|
|
| 21 |
# --- Internal service auth (shared secret with Django) ---
|
| 22 |
chat_service_internal_token: str = ""
|
| 23 |
|
|
|
|
| 17 |
|
| 18 |
# --- LLM ---
|
| 19 |
groq_api_key: str
|
| 20 |
+
nvidia_api_key: str = ""
|
| 21 |
+
|
| 22 |
# --- Internal service auth (shared secret with Django) ---
|
| 23 |
chat_service_internal_token: str = ""
|
| 24 |
|