Replies: 2 comments
-
|
nvm it seems there is slider for that with "No context" entry already! |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi! How would final instructions for "whole" edit format look like? Should we also update other instructions? Please use pastebin |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are
edit format instructionsbuttons (I actually did not realize how they work until reading sources, usedwholeall the time 😄), which add some post instructions to prompt.For me there are tons of situations when I do not want this addition: model kinda hallucinates if I asked something not about code exactly.
So I wanted to ask if its easy to hardcode "none" or "empty" instruction or user custom ones (I won't use them due to espanso setup, so I don't think it will need to waste much time here).
That will help users like me to provide better context to models in several situations.
Also, for now
wholeuses this stringWhenever proposing a file use the markdown code block syntax and always add file path in the first line comment. Please show me the full code of the changed files, I have a disability which means I can't type and need to be able to copy and paste the full code. Don't use XML for files.- in my experience its just better to give an example in prompt, models have less chance to hallucinate then and there will be no need to tell about XML. Like that:<!-- file/path.md --> // full file code goes hereI am not saying thats the better way, just a little tip to test on your side :)
Beta Was this translation helpful? Give feedback.
All reactions