Refactor: Update default model configuration to use 'meta-llama/llama-4-maverick:free'

This commit is contained in:
Slipstream 2025-05-20 16:19:03 -06:00
parent 4a137ef66b
commit a5e06ee7a5
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -80,7 +80,7 @@ class AICog(commands.Cog):
# Default configuration
self.default_config = {
"model": "google/gemini-2.0-flash-001", # im broke and i have -22 credits
"model": "meta-llama/llama-4-maverick:free", # 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,