From 7c4d663edd3b78fc157080649045794ddd0506d5 Mon Sep 17 00:00:00 2001 From: Eternal Reclaimer <98760976+kyegomez@users.noreply.github.com> Date: Tue, 30 Jan 2024 06:09:19 -0500 Subject: [PATCH] Update agent.py --- swarms/structs/agent.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/swarms/structs/agent.py b/swarms/structs/agent.py index 61f0dd1e..52d44ac4 100644 --- a/swarms/structs/agent.py +++ b/swarms/structs/agent.py @@ -344,7 +344,6 @@ class Agent: def print_dashboard(self, task: str): """Print dashboard""" - model_config = self.get_llm_init_params() print(colored("Initializing Agent Dashboard...", "yellow")) print( @@ -373,7 +372,6 @@ class Agent: Dynamic Temperature: {self.dynamic_temperature_enabled} Autosave: {self.autosave} Saved State: {self.saved_state_path} - Model Configuration: {model_config} ---------------------------------------- """,