File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class CepoConfig:
3030 planning_temperature_step4 : float # temperature for generator in step 4 of planning stage
3131 planning_max_tokens_step1 : int # maximum number of tokens in step 1 of planning stage
3232 planning_max_tokens_step2 : int # maximum number of tokens in step 2 of planning stage
33- planning_max_tokens_direct_resp : float # maximum number of tokens after step 2 if planning fails and answer directly
33+ planning_max_tokens_direct_resp : float # maximum number of tokens after step 2 if planning fails and answer directly
3434 planning_max_tokens_step3 : int # maximum number of tokens in step 3 of planning stage
3535 planning_max_tokens_step4 : int # maximum number of tokens in step 4 of planning stage
3636 use_plan_diversity : bool # whether to use plan diversity
You can’t perform that action at this time.
0 commit comments