Skip to content

Commit f1d6468

Browse files
authored
fix: remove prepended fim_prefix tag in mercury coder (#8624)
1 parent 1ed5d1c commit f1d6468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/autocomplete/templating/AutocompleteTemplate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ const mercuryMultifileFimTemplate: AutocompleteTemplate = {
192192
suffix,
193193
];
194194
}
195-
return [`<|fim_prefix|>${prefix}`, suffix];
195+
return [`${prefix}`, suffix];
196196
}
197197

198198
const relativePaths = getShortestUniqueRelativeUriPaths(

0 commit comments

Comments
 (0)