vish85521 commited on
Commit
ef4b940
·
verified ·
1 Parent(s): 14ad9c4

Update backend/app/services/vlm_service.py

Browse files
backend/app/services/vlm_service.py CHANGED
@@ -162,7 +162,7 @@ Be exhaustive and literal. Do not use words like 'suggests', 'implies', 'appears
162
  Only state what is directly visible or audible. Write in plain paragraphs."""
163
 
164
  response = client.models.generate_content(
165
- model="gemini-pro-latest",
166
  contents=[uploaded_file, prompt]
167
  )
168
 
 
162
  Only state what is directly visible or audible. Write in plain paragraphs."""
163
 
164
  response = client.models.generate_content(
165
+ model="gemini-3.1-flash-lite-preview",
166
  contents=[uploaded_file, prompt]
167
  )
168