aniket9909 commited on
Commit
fc7076e
·
verified ·
1 Parent(s): 63f3a0c

Update analysis.py

Browse files
Files changed (1) hide show
  1. analysis.py +2 -1
analysis.py CHANGED
@@ -13,7 +13,8 @@ from google.genai.types import Part
13
  # CONFIGURATION
14
  # =========================
15
  API_KEY = os.getenv("GEMINI_API_KEY")
16
- MODEL_COMBINED = "models/gemini-2.0-flash-exp"
 
17
 
18
  _analysis_cache = {}
19
  _usage_log = []
 
13
  # CONFIGURATION
14
  # =========================
15
  API_KEY = os.getenv("GEMINI_API_KEY")
16
+ MODEL_COMBINED = "models/gemini-1.5-pro"
17
+
18
 
19
  _analysis_cache = {}
20
  _usage_log = []