Change models

This commit is contained in:
Logan
2026-04-13 01:43:10 -04:00
parent 616c06f09c
commit 10aabf4fb2
2 changed files with 10 additions and 11 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ def _sync_summarize(inc: dict, transcripts: list[str]) -> Optional[str]:
return None
genai.configure(api_key=settings.gemini_api_key)
model = genai.GenerativeModel("gemini-1.5-flash")
model = genai.GenerativeModel("gemini-2.5-flash-lite")
inc_type = inc.get("type", "unknown")
location = inc.get("location") or "unknown location"