mirror of
https://github.com/voideditor/void
synced 2026-05-24 09:58:23 +00:00
Update CONTRIBUTING.md
This commit is contained in:
parent
a772adee4b
commit
2f1f5e0267
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue