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