mirror of
https://gitlab.com/pancakes1234/wdiscordbotserver.git
synced 2025-06-16 07:14:21 -06:00
fix: Update AI model configuration to use the latest version
This commit is contained in:
parent
7d145fbd7e
commit
d15da73ac7
@ -43,7 +43,7 @@ class ImprovedAICog(commands.Cog):
|
|||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
self.default_config = {
|
self.default_config = {
|
||||||
"model": "meta-llama/llama-4-maverick:free",
|
"model": "google/gemini-2.5-flash-preview-05-20",
|
||||||
"temperature": 0.75,
|
"temperature": 0.75,
|
||||||
"max_tokens": 1500,
|
"max_tokens": 1500,
|
||||||
"top_p": 0.9,
|
"top_p": 0.9,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user