Update README.md
Browse files
README.md
CHANGED
@@ -44,7 +44,7 @@ index 3b18e12..b3f7e54 100644
|
|
44 |
+ print(f"Goodbye, {name}!")
|
45 |
"""
|
46 |
|
47 |
-
#keep the
|
48 |
instruction = "Generate a commit message based on the following Git diff:\n\n"
|
49 |
|
50 |
task_input = instruction + git_diff
|
|
|
44 |
+ print(f"Goodbye, {name}!")
|
45 |
"""
|
46 |
|
47 |
+
#keep the instruction unchanged, becus the model was trained on this static instruction
|
48 |
instruction = "Generate a commit message based on the following Git diff:\n\n"
|
49 |
|
50 |
task_input = instruction + git_diff
|