bstraehle commited on
Commit
8069b5d
1 Parent(s): 6141f1b

Update multi_agent.py

Browse files
Files changed (1) hide show
  1. multi_agent.py +1 -1
multi_agent.py CHANGED
@@ -1,7 +1,7 @@
1
  from autogen import ConversableAgent, AssistantAgent
2
  from autogen.coding import LocalCommandLineCodeExecutor
3
 
4
- import markdown, os
5
  #from IPython.display import Image
6
 
7
  def read_image_file(image_file_path: str) -> str:
 
1
  from autogen import ConversableAgent, AssistantAgent
2
  from autogen.coding import LocalCommandLineCodeExecutor
3
 
4
+ import base64, markdown, os
5
  #from IPython.display import Image
6
 
7
  def read_image_file(image_file_path: str) -> str: