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.
1 parent 4eae055 commit a9d16fcCopy full SHA for a9d16fc
test.py
@@ -18,6 +18,7 @@
18
from optillm.cot_reflection import cot_reflection
19
from optillm.plansearch import plansearch
20
from optillm.leap import leap
21
+from optillm.reread import re2_approach
22
23
# Setup logging
24
logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(message)s')
@@ -47,6 +48,7 @@ def __init__(self):
47
48
'cot_reflection': cot_reflection,
49
'plansearch': plansearch,
50
'leap': leap,
51
+ 're2': re2_approach,
52
}
53
54
def load_test_cases(file_path: str) -> List[Dict]:
0 commit comments