Yoans commited on
Commit
140e6d8
·
verified ·
1 Parent(s): 9a6721e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,9 +15,10 @@ except Exception:
15
  # -----------------------------
16
  # Config
17
  # -----------------------------
 
18
  DATA_FILE = "student_profiles.json"
19
  GEMINI_MODEL = os.getenv("GEMINI_MODEL", "models/gemma-3n-e2b-it")
20
- GEMINI_API_KEY = os.getenv("GEMINI_API_KEY")
21
 
22
  if GEMINI_API_KEY and genai:
23
  genai.configure(api_key=GEMINI_API_KEY)
 
15
  # -----------------------------
16
  # Config
17
  # -----------------------------
18
+
19
  DATA_FILE = "student_profiles.json"
20
  GEMINI_MODEL = os.getenv("GEMINI_MODEL", "models/gemma-3n-e2b-it")
21
+ GEMINI_API_KEY = os.getenv("Gemini_API_KEY")
22
 
23
  if GEMINI_API_KEY and genai:
24
  genai.configure(api_key=GEMINI_API_KEY)