ArabicNewsAnalyzer commited on
Commit
ea04d87
·
verified ·
1 Parent(s): de2a237

Update app/config.py

Browse files
Files changed (1) hide show
  1. 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