forked from phoenix/litellm-mirror
fix(utils.py): add new special token for cleanup
This commit is contained in:
parent
31dc3cd84f
commit
23a1f21f86
1 changed files with 1 additions and 0 deletions
|
@ -7805,6 +7805,7 @@ class CustomStreamWrapper:
|
||||||
"<s>",
|
"<s>",
|
||||||
"</s>",
|
"</s>",
|
||||||
"<|im_end|>",
|
"<|im_end|>",
|
||||||
|
"<|im_start|>",
|
||||||
]
|
]
|
||||||
self.holding_chunk = ""
|
self.holding_chunk = ""
|
||||||
self.complete_response = ""
|
self.complete_response = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue