Skip to content

Commit 44b0992

Browse files
committed
Update yolo directory
1 parent bc831f8 commit 44b0992

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

operate/actions.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040

4141
client = config.initialize_openai_client()
4242

43-
44-
yolo_model = YOLO("./model/weights/best.pt") # Load your trained model
43+
yolo_model = YOLO("./operate/model/weights/best.pt") # Load your trained model
4544

4645

4746
async def get_next_action(model, messages, objective):

0 commit comments

Comments
 (0)