From 017b37fc315cf05ec848cbaf300503bee6ffac8f Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Wed, 2 Aug 2023 00:11:12 -0700 Subject: docs update and fix default_config.py --- continuedev/src/continuedev/libs/constants/default_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'continuedev/src') diff --git a/continuedev/src/continuedev/libs/constants/default_config.py b/continuedev/src/continuedev/libs/constants/default_config.py index ebdd0cb8..d10844c3 100644 --- a/continuedev/src/continuedev/libs/constants/default_config.py +++ b/continuedev/src/continuedev/libs/constants/default_config.py @@ -42,7 +42,7 @@ class CommitMessageStep(Step): # Ask the LLM to write a commit message, # and set it as the description of this step self.description = await sdk.models.default.complete( - f"\{diff\}\n\nWrite a short, specific (less than 50 chars) commit message about the above changes:") + f"{diff}\\n\\nWrite a short, specific (less than 50 chars) commit message about the above changes:") config = ContinueConfig( -- cgit v1.2.3-70-g09d2