Update agent.py

pull/348/head
Eternal Reclaimer 12 months ago committed by GitHub
parent 466f27a714
commit 7c4d663edd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -344,7 +344,6 @@ class Agent:
def print_dashboard(self, task: str): def print_dashboard(self, task: str):
"""Print dashboard""" """Print dashboard"""
model_config = self.get_llm_init_params()
print(colored("Initializing Agent Dashboard...", "yellow")) print(colored("Initializing Agent Dashboard...", "yellow"))
print( print(
@ -373,7 +372,6 @@ class Agent:
Dynamic Temperature: {self.dynamic_temperature_enabled} Dynamic Temperature: {self.dynamic_temperature_enabled}
Autosave: {self.autosave} Autosave: {self.autosave}
Saved State: {self.saved_state_path} Saved State: {self.saved_state_path}
Model Configuration: {model_config}
---------------------------------------- ----------------------------------------
""", """,

Loading…
Cancel
Save