fix(gemini): update models to 3.1/2.5 for May 2026 and ensure AgenticCurator.stats is initialized

This commit is contained in:
Nubenetes Bot
2026-05-15 23:20:29 +02:00
parent e0cd70eb13
commit 0c3dd2967b

View File

@@ -27,10 +27,10 @@ GH_TOKEN = os.getenv("GH_TOKEN")
# Gemini Configuration (May 2026)
GEMINI_API_VERSION = "v1"
GEMINI_MODELS = [
"gemini-1.5-flash-latest",
"gemini-1.5-flash",
"gemini-1.5-pro-latest",
"gemini-1.5-pro"
"gemini-3.1-flash",
"gemini-3.1-pro",
"gemini-2.5-pro",
"gemini-2.5-flash"
]
TARGET_REPO = "nubenetes/awesome-kubernetes"