Skip to content

Commit de308a4

Browse files
Fix formatting
1 parent 19f6ae0 commit de308a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optillm/cepo/cepo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)