aasdad
This commit is contained in:
parent
abb7a11e03
commit
7175e727f6
@ -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-flash-preview"
|
||||
self.default_model = "google/gemini-2.5-flash-preview:thinking"
|
||||
self.fallback_model = "openai/gpt-4.1-nano"
|
||||
self.current_channel = None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user