Fix jinyu's review and add reproduce's code in experiment folder

This commit is contained in:
didi 2024-10-24 18:52:37 +08:00
parent d2f90dbda0
commit 39ae68225b
11 changed files with 399 additions and 8 deletions

View file

@ -33,7 +33,7 @@ claude_llm_config = ModelsConfig.default().get("claude-3-5-sonnet-20240620")
# Config operators.
operators = [
"Custom", # It's basic unit of a fixed node. optimizer can modify its prompt to get vairous nodes.
# "AnswerGenerate" # It's for qa
# "AnswerGenerate", # It's for qa
# "CustomCodeGenerate", # It's for code
"ScEnsemble", # It's for code, math and qa
# "Test", # It's for code