Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
t-jingweiyi committed Aug 30, 2023
1 parent eedbdc8 commit 769294f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systematic/apo.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def __call__(self, current_prompt, error_string, num_feedbacks=1):
@dataclass
class Refiner:
template: str = (
"Based on each of the reasons mentioned above, optmize the reminder prompt step by step. "
"Based on each of the reasons mentioned above, optimize the reminder prompt step by step. "
"Write {steps_per_gradient} different improved prompts applied before and after the user prompt. "
"Each final prompt should be in the format of: <START> example_prefix_of_prompt [boundary] {user_prompt} [boundary] example_suffix_of_prompt <END>."
)
Expand Down

0 comments on commit 769294f

Please sign in to comment.