diff --git a/dev_gpt/options/generate/generator.py b/dev_gpt/options/generate/generator.py index 7f08571..b5f247a 100644 --- a/dev_gpt/options/generate/generator.py +++ b/dev_gpt/options/generate/generator.py @@ -170,7 +170,7 @@ metas: ```''' content_raw = conversation.chat( - 'You must add the content' + (f' for `{file_name_s[0]}`' if len(file_name_s) == 1 else '') + + 'Based on your previous response, only output the content' + (f' for `{file_name_s[0]}`' if len(file_name_s) == 1 else '') + '. You must wrap any file in triple backticks at the beginning and end of it. Like this:\n' + file_wrapping_example )