Hacker News
new
past
comments
ask
show
jobs
points
by
XYen0n
17 hours ago
|
comments
by
basch
15 hours ago
|
[-]
I am saying to directly output the operational transformation instructions as the tokens. You’re essentially telling it to “write the diff” and then applying the patch.
[retain(8), delete(6), insert("very very"), retain(10)]
reply
by
mike_hearn
3 hours ago
|
parent
|
next
[-]
OpenAI models emit a format similar to a regular diff, but without the line numbers. Look at apply_patch
reply
by
ritonlajoie
12 hours ago
|
parent
|
prev
|
[-]
there is a model in openrouter doing exactly this, it generates diffs. forgot the name though
reply