From 2f1f5e0267516a1215af2151e7213d67fc2214eb Mon Sep 17 00:00:00 2001 From: Mathew Pareles <51329589+mathewpareles@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:28:25 -0700 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 687e216f..079fbcf4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ When the user presses ctrl+k, an input box should appear inline with the code th ## ⭐⭐⭐ Improve Ctrl+L. -Change the prompt so we output changes like `// ... rest of file`, instead of always outputting the entire file. When the user clicks "apply", the model should rewrite the file and apply diffs in the correct locations. +Change the prompt so that the model outputs partial changes like `// ... rest of file`, instead of always outputting the entire file. When the user clicks "apply", the model should rewrite the file and apply diffs in the correct locations. ## ⭐⭐ Integrate with Ollama.