diff --git a/core/team_runner.py b/core/team_runner.py index 5e1c105..5109f0a 100644 --- a/core/team_runner.py +++ b/core/team_runner.py @@ -328,8 +328,6 @@ class TeamRunner: capability=capability, context={ "system_prompt": system_prompt, - "max_tokens": 4096, - "temperature": 0, }, ) return self._extract_json(raw)