Update multi_agent.py
Browse files- 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:
|