Skip to content

Commit c689f41

Browse files
committed
feat: filter internal metadata from gpt ctx output
1 parent 729fe44 commit c689f41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpt/ctx.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ export def main [id?: string] {
150150
let new_stack = ($remaining | append $continues_list)
151151
{out: $frame next: $new_stack}
152152
}
153-
} [$start_id]
153+
} [$start_id] | reject context_id ttl
154154
}

0 commit comments

Comments
 (0)