mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 09:24:08 +00:00
fix: adjust qwen 2.5 coder stop tokens
This commit is contained in:
parent
d6a017ff90
commit
16ddf10739
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ enum class InfillPromptTemplate(val label: String, val stopTokens: List<String>?
|
|||
CODE_QWEN_2_5(
|
||||
"CodeQwen2.5",
|
||||
listOf(
|
||||
"diff --git",
|
||||
"package ",
|
||||
"import ",
|
||||
"<|endoftext|>",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue