Refactor: Update default model to google/gemini-2.0-flash-001 for improved performance

This commit is contained in:
pancakes-proxy 2025-05-19 22:57:25 -07:00
parent 3a92b5faa1
commit ffddefb3a3

View File

@ -80,7 +80,7 @@ class AICog(commands.Cog):
# Default configuration
self.default_config = {
"model": "google/gemma-3-27b-it:free", # im broke and i have -22 credits
"model": "google/gemini-2.0-flash-001", # im broke and i have -22 credits
"temperature": 0.75, # Slightly increased default temperature
"max_tokens": 1500, # Increased default max tokens
"top_p": 0.9,