From abb7a11e033d073ddedd0a7872d8e502e5370cd9 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Fri, 25 Apr 2025 20:09:35 -0600 Subject: [PATCH] a --- cogs/gurt_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/gurt_cog.py b/cogs/gurt_cog.py index 90bb345..9e188e5 100644 --- a/cogs/gurt_cog.py +++ b/cogs/gurt_cog.py @@ -27,7 +27,7 @@ class GurtCog(commands.Cog): self.api_url = "https://openrouter.ai/api/v1/chat/completions" self.session = None self.tavily_client = TavilyClient(api_key=self.tavily_api_key) if self.tavily_api_key else None # Initialize Tavily client - self.default_model = "google/gemini-2.5-pro-preview-03-25" + self.default_model = "google/gemini-2.5-flash-preview" self.fallback_model = "openai/gpt-4.1-nano" self.current_channel = None