bump litellm v + default finish_reason to None

This commit is contained in:
ishaan-jaff 2023-09-09 19:44:05 -07:00
parent 995b0b525e
commit 5b687548e0
2 changed files with 2 additions and 2 deletions

View file

@ -2210,7 +2210,7 @@ class CustomStreamWrapper:
[
{
"delta": completion_obj,
"finish_reason": "stop"
"finish_reason": None
},
]
}