Muhammadidrees commited on
Commit
5cbfd6d
·
verified ·
1 Parent(s): 04cfa8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ if not GEMINI_API_KEY:
14
 
15
  # 🔹 Configure Gemini client
16
  genai.configure(api_key=GEMINI_API_KEY)
17
- MODEL_ID = "gemini-2.5-pro" # or gemini-1.5-flash for faster inference
18
 
19
  # ---------------- AI Response Function ----------------
20
  def respond(albumin, creatinine, glucose, crp, mcv, rdw, alp, wbc, lymphocytes, age, gender, height, weight):
 
14
 
15
  # 🔹 Configure Gemini client
16
  genai.configure(api_key=GEMINI_API_KEY)
17
+ MODEL_ID = "gemini-2.0-flash" # or gemini-1.5-flash for faster inference
18
 
19
  # ---------------- AI Response Function ----------------
20
  def respond(albumin, creatinine, glucose, crp, mcv, rdw, alp, wbc, lymphocytes, age, gender, height, weight):