Merge pull request #949 from kunish/fix/remove-done-stop-sequence

fix: remove SSE termination marker from DefaultStopSequences
This commit is contained in:
Wesley Liddick 2026-03-13 22:56:29 +08:00 committed by GitHub
commit c12e48f966
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -189,6 +189,5 @@ var DefaultStopSequences = []string{
"<|user|>",
"<|endoftext|>",
"<|end_of_turn|>",
"[DONE]",
"\n\nHuman:",
}