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-
|
| 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 |
|