diff --git a/src/systematic/apo.py b/src/systematic/apo.py index 06b7719..ebe1a04 100644 --- a/src/systematic/apo.py +++ b/src/systematic/apo.py @@ -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: example_prefix_of_prompt [boundary] {user_prompt} [boundary] example_suffix_of_prompt ." )