updated model for suitable testing

This commit is contained in:
rarebuffalo
2026-04-25 21:29:19 +05:30
parent 139c8d982b
commit ae4ed3062a
5 changed files with 72 additions and 34 deletions

View File

@@ -14,7 +14,7 @@ else:
ai_client = None
async def get_gemini_model():
return 'gemini-2.5-flash'
return 'gemini-2.0-flash'
async def enhance_security_issues(issues: list[dict]) -> dict:
if not settings.gemini_api_key: