mirror of
https://github.com/Rarebuffalo/securelens-backend.git
synced 2026-06-19 07:00:30 +00:00
updated model for suitable testing
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user