Skip to content

Commit

Permalink
Remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
sternakt committed Dec 19, 2024
1 parent acef7b4 commit c193859
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions autogen/agentchat/realtime_agent/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ def __init__(self, agent, audio_adapter, function_observer: FunctionObserver):
# LLM config
llm_config = self._agent.llm_config

print("!" * 100)
print(llm_config)
config = llm_config["config_list"][0]

self.model = config["model"]
Expand Down
2 changes: 0 additions & 2 deletions autogen/agentchat/realtime_agent/realtime_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ def __init__(
silent=None,
context_variables=None,
)
print("!" * 100)
print(llm_config)
self.llm_config = llm_config
self._client = OpenAIRealtimeClient(self, audio_adapter, FunctionObserver(self))
self.voice = voice
Expand Down

0 comments on commit c193859

Please sign in to comment.