mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
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>",
|
||||
"<|im_end|>",
|
||||
"<|im_start|>",
|
||||
]
|
||||
self.holding_chunk = ""
|
||||
self.complete_response = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue