gabejavitt commited on
Commit
c7bf943
·
verified ·
1 Parent(s): b81ce26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1219,7 +1219,7 @@ def analyze_image(file_path: str, query: str) -> str:
1219
 
1220
  # Use FLASH model for cost efficiency
1221
  vision_llm = ChatGoogleGenerativeAI(
1222
- model="gemini-2.0-flash",
1223
  google_api_key=GOOGLE_API_KEY,
1224
  temperature=0
1225
  )
 
1219
 
1220
  # Use FLASH model for cost efficiency
1221
  vision_llm = ChatGoogleGenerativeAI(
1222
+ model="gemini-2.5-flash",
1223
  google_api_key=GOOGLE_API_KEY,
1224
  temperature=0
1225
  )