Skip to content

Commit 9c27a60

Browse files
committed
fix: adjust qwen 2.5 coder stop tokens
1 parent 54e5e83 commit 9c27a60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/ee/carlrobert/codegpt/codecompletions/InfillPromptTemplate.kt

+1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ enum class InfillPromptTemplate(val label: String, val stopTokens: List<String>?
5353
CODE_QWEN_2_5(
5454
"CodeQwen2.5",
5555
listOf(
56+
"diff --git",
5657
"package ",
5758
"import ",
5859
"<|endoftext|>",

0 commit comments

Comments
 (0)