From 8d6e1a7a80be0c8c0ee14b167ba196beef7f1aef Mon Sep 17 00:00:00 2001 From: Slipstream Date: Fri, 6 Jun 2025 21:15:51 -0600 Subject: [PATCH] Refactor thinking_config initialization by removing example comment --- cogs/aimod_cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/aimod_cog.py b/cogs/aimod_cog.py index 2a2615d..180e900 100644 --- a/cogs/aimod_cog.py +++ b/cogs/aimod_cog.py @@ -1482,7 +1482,7 @@ CRITICAL: Do NOT output anything other than the required JSON response. thinking_config = types.ThinkingConfig( thinking_budget=0 - ) # Example manual thinking budget + ) generation_config = types.GenerateContentConfig( temperature=0.2,