From 769294fc656a416ca98279e642e4435f726dde76 Mon Sep 17 00:00:00 2001 From: Jingwei Yi Date: Wed, 30 Aug 2023 09:30:24 +0000 Subject: [PATCH] fix typo --- src/systematic/apo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ." )