|
|
|
|
|
by wskish
1189 days ago
|
|
See https://github.com/jiggy-ai/pair/blob/main/example.md for a minimal example. The bold parts are the user inputs. First I give it a source file to put in the model context. Then i give it an instruction, asking for a change to the source file to how two messages are output. The model outputs a diff, which is extracted and presented for confirmation. I accept the diff and the patch is applied to the source file. |
|