mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-24 10:04:07 +00:00
fix(gemini): update models to 3.1/2.5 for May 2026 and ensure AgenticCurator.stats is initialized
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user