Skip to content

Commit 54441f9

Browse files
authored
Merge pull request #16 from eternal-echo/autogpt
模板匹配和yolo
2 parents 62ddbc7 + 8c3b0e5 commit 54441f9

File tree

9 files changed

+2139
-195
lines changed

9 files changed

+2139
-195
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ venv
2525

2626
test/data
2727
test/results
28-
run/
28+
run/
29+
data/
30+
config/templates

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
.PHONY: run-server run-client
1+
# .PHONY: run-server run-client
2+
PYTHONPATH := $(shell pwd)
3+
export PYTHONPATH
24

35
run-server:
46
# python -u server_simulator.py --port "COM1"

0 commit comments

Comments
 (0)