mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
Refactor: Update default model to google/gemini-2.0-flash-001 for improved performance
This commit is contained in:
parent
3a92b5faa1
commit
ffddefb3a3
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user