fix: Update AI model configuration to use the latest version

This commit is contained in:
pancakes-proxy 2025-05-27 03:41:28 +09:00
parent 7d145fbd7e
commit d15da73ac7

View File

@ -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,