mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
Refactor: Update default model configuration to use 'meta-llama/llama-4-maverick:free'
This commit is contained in:
parent
4a137ef66b
commit
a5e06ee7a5
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user