SergeyO7 commited on
Commit
144372f
·
verified ·
1 Parent(s): 364cbc5

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +4 -1
agent.py CHANGED
@@ -67,6 +67,7 @@ import whisper
67
  # tools=[],
68
  # model=model,
69
  # max_steps=10,
 
70
  # verbosity_level=2
71
  # )
72
  #
@@ -145,7 +146,9 @@ class MagAgent:
145
  # ImageAnalysisTool,
146
  SpeechToTextTool
147
  # LocalFileAudioTool()
148
- ]
 
 
149
  )
150
  print("MagAgent initialized.")
151
 
 
67
  # tools=[],
68
  # model=model,
69
  # max_steps=10,
70
+
71
  # verbosity_level=2
72
  # )
73
  #
 
146
  # ImageAnalysisTool,
147
  SpeechToTextTool
148
  # LocalFileAudioTool()
149
+ ],
150
+ verbosity_level=2,
151
+ max_steps=10
152
  )
153
  print("MagAgent initialized.")
154