From 0e217a1aab0819be1a9b987a678a622e4b26a309 Mon Sep 17 00:00:00 2001 From: Nick Sullivan Date: Mon, 21 Aug 2023 14:07:20 +0100 Subject: [PATCH] Disable patch response in prompts.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The patch response feature was not performing as expected, leading to a less than optimal user experience. This commit temporarily disables it until a more effective solution is implemented. 🚀🔧 --- aicodebot/prompts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aicodebot/prompts.py b/aicodebot/prompts.py index 5c0c881..89c1174 100644 --- a/aicodebot/prompts.py +++ b/aicodebot/prompts.py @@ -254,7 +254,8 @@ def foo(): library to produce a rich terminal output. """ - + PATCH_FORMAT_EXPLANATION + # Turn off patch response, as it's not working well. :( + # + PATCH_FORMAT_EXPLANATION + """ {context}