Skip to content

Commit 560c1e0

Browse files
author
liaojiajia
committed
fix bug
1 parent 777b9ee commit 560c1e0

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ def parse_arguments():
358358
"--agent",
359359
type=str,
360360
default="cot",
361-
choices=["cot", "pot", "sc_cot", "react", "dnc"],
361+
choices=["cot", "pot", "sc_cot", "react", "dnc", "tot"],
362362
help="agent used for experiment",
363363
)
364364
parser.add_argument("--system_prompt", type=str, default="", help="system prompt")

requirements.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
argparse
2-
json
3-
os
4-
datetime
52

0 commit comments

Comments
 (0)