Chris4K commited on
Commit
aff2aa4
·
verified ·
1 Parent(s): de959b8

Update app_chat.py

Browse files
Files changed (1) hide show
  1. app_chat.py +1 -0
app_chat.py CHANGED
@@ -8,6 +8,7 @@ from pydub import AudioSegment
8
  import IPython
9
  import soundfile as sf
10
  from app_agent_config import AgentConfig
 
11
 
12
 
13
  import pandas as pd # If you're working with DataFrames
 
8
  import IPython
9
  import soundfile as sf
10
  from app_agent_config import AgentConfig
11
+ from tool_loader import ToolLoader
12
 
13
 
14
  import pandas as pd # If you're working with DataFrames