forked from phoenix/litellm-mirror
bump litellm v + default finish_reason to None
This commit is contained in:
parent
0f769c5417
commit
4fde7d655b
2 changed files with 2 additions and 2 deletions
|
@ -2210,7 +2210,7 @@ class CustomStreamWrapper:
|
|||
[
|
||||
{
|
||||
"delta": completion_obj,
|
||||
"finish_reason": "stop"
|
||||
"finish_reason": None
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue