diff --git a/skills/last30days/scripts/lib/providers.py b/skills/last30days/scripts/lib/providers.py index 09040f2..72721b0 100644 --- a/skills/last30days/scripts/lib/providers.py +++ b/skills/last30days/scripts/lib/providers.py @@ -19,7 +19,7 @@ OPENAI_RESPONSES_URL = "https://api.openai.com/v1/responses" CODEX_RESPONSES_URL = "https://chatgpt.com/backend-api/codex/responses" XAI_RESPONSES_URL = "https://api.x.ai/v1/responses" OPENROUTER_URL = "https://openrouter.ai/api/v1/chat/completions" -OPENROUTER_DEFAULT = "google/gemini-flash-2.0" +OPENROUTER_DEFAULT = "google/gemini-3.1-flash-lite-preview" class ReasoningClient: