mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix(constants): remove "null" from OPENAI_FINISH_REASONS to align with OpenAI spec
This commit is contained in:
parent
a4fc73f892
commit
3f1167e5b7
1 changed files with 0 additions and 1 deletions
|
|
@ -1202,7 +1202,6 @@ OPENAI_FINISH_REASONS = [
|
|||
"function_call",
|
||||
"tool_calls",
|
||||
"content_filter",
|
||||
"null",
|
||||
]
|
||||
HUMANLOOP_PROMPT_CACHE_TTL_SECONDS = int(
|
||||
os.getenv("HUMANLOOP_PROMPT_CACHE_TTL_SECONDS", 60)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue