We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
yolo
1 parent bc831f8 commit 44b0992Copy full SHA for 44b0992
operate/actions.py
@@ -40,8 +40,7 @@
40
41
client = config.initialize_openai_client()
42
43
-
44
-yolo_model = YOLO("./model/weights/best.pt") # Load your trained model
+yolo_model = YOLO("./operate/model/weights/best.pt") # Load your trained model
45
46
47
async def get_next_action(model, messages, objective):
0 commit comments