You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
mofanke
changed the title
A consultation about code completion format: FIM (Fill In the Middle) + repository level
A consultation about code completion format: FIM (Fill In the Middle) + repository level information
Dec 31, 2024
Does this format meet expectations? It's FIM plus repository information - I couldn't quite understand this from the examples in the README.
input_text = f'''<|repo_name|>{repo_name}
<|file_sep|>{file_path1}
{file_content1}
<|file_sep|>{file_path2}
<|fim_prefix|>{prefix_code}<|fim_suffix|>{suffix_code}<|fim_middle|>
'''
The text was updated successfully, but these errors were encountered: