Thanh Vinh Vo commited on
Commit
deac679
·
1 Parent(s): 2e0c033
Files changed (2) hide show
  1. app.py +3 -0
  2. requirements.txt +1 -0
app.py CHANGED
@@ -58,6 +58,7 @@ class BasicAgent:
58
  "chess.pgn",
59
  "PIL.Image",
60
  "bytes",
 
61
  ],
62
  name="multimodal_agent",
63
  description="""
@@ -84,6 +85,7 @@ class BasicAgent:
84
  "chess.pgn",
85
  "PIL.Image",
86
  "bytes",
 
87
  ],
88
  name="code_agent",
89
  description="I am strong at writing code to solve problem.",
@@ -112,6 +114,7 @@ class BasicAgent:
112
  "chess.pgn",
113
  "PIL.Image",
114
  "bytes",
 
115
  ],
116
  planning_interval=5,
117
  max_steps=15,
 
58
  "chess.pgn",
59
  "PIL.Image",
60
  "bytes",
61
+ "cv2",
62
  ],
63
  name="multimodal_agent",
64
  description="""
 
85
  "chess.pgn",
86
  "PIL.Image",
87
  "bytes",
88
+ "cv2",
89
  ],
90
  name="code_agent",
91
  description="I am strong at writing code to solve problem.",
 
114
  "chess.pgn",
115
  "PIL.Image",
116
  "bytes",
117
+ "cv2",
118
  ],
119
  planning_interval=5,
120
  max_steps=15,
requirements.txt CHANGED
@@ -10,3 +10,4 @@ openai
10
  chess
11
  img2text
12
  pillow
 
 
10
  chess
11
  img2text
12
  pillow
13
+ opencv-python