Skip to content

Commit

Permalink
Disable patch response in prompts.py
Browse files Browse the repository at this point in the history
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. 🚀🔧
  • Loading branch information
TechNickAI committed Aug 21, 2023
1 parent f44414f commit 0e217a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aicodebot/prompts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0e217a1

Please sign in to comment.