This commit is contained in:
Slipstream 2025-04-30 18:55:16 -06:00
parent 2a661dd671
commit 607568afa4
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD
2 changed files with 2 additions and 2 deletions

View File

@ -889,7 +889,7 @@ async def get_ai_response(cog: 'FreakTetoCog', message: discord.Message, model_n
# --- Prepare Generation Config ---
# Base generation config settings (will be augmented later)
base_generation_config_dict = {
"temperature": 0.85, # From user example
"temperature": 1, # From user example
"top_p": 0.95, # From user example
"max_output_tokens": 8192, # From user example
"safety_settings": STANDARD_SAFETY_SETTINGS, # Include standard safety settings

View File

@ -889,7 +889,7 @@ async def get_ai_response(cog: 'GurtCog', message: discord.Message, model_name:
# --- Prepare Generation Config ---
# Base generation config settings (will be augmented later)
base_generation_config_dict = {
"temperature": 2, # From user example
"temperature": 1, # From user example
"top_p": 0.95, # From user example
"max_output_tokens": 8192, # From user example
"safety_settings": STANDARD_SAFETY_SETTINGS, # Include standard safety settings