Skip to content

Commit

Permalink
Merge pull request stanfordnlp#1040 from tom-doerr/patch-10
Browse files Browse the repository at this point in the history
Clarify where requires_permission_to_run flag is used
  • Loading branch information
okhat authored May 19, 2024
2 parents 9554bed + 166e8c2 commit 87068cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspy/teleprompt/mipro_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def compile(
user_confirmation_message = textwrap.dedent(f"""\
To proceed with the execution of this program, please confirm by typing {BLUE}'y'{ENDC} for yes or {BLUE}'n'{ENDC} for no.
If you would like to bypass this confirmation step in future executions, set the {YELLOW}`requires_permission_to_run`{ENDC} flag to {YELLOW}`False`.{ENDC}
If you would like to bypass this confirmation step in future executions, set the {YELLOW}`requires_permission_to_run`{ENDC} flag to {YELLOW}`False` when calling compile.{ENDC}
{YELLOW}Awaiting your input...{ENDC}
""")
Expand Down

0 comments on commit 87068cd

Please sign in to comment.