mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
fix: fix test
This commit is contained in:
parent
15e0a605e4
commit
0642a78abb
1 changed files with 0 additions and 2 deletions
|
|
@ -102,7 +102,6 @@ def validate_raw_gen_ai_request_openai_non_streaming(span):
|
|||
"llm.openai.messages",
|
||||
"llm.openai.temperature",
|
||||
"llm.openai.user",
|
||||
"llm.openai.extra_body",
|
||||
"llm.openai.id",
|
||||
"llm.openai.choices",
|
||||
"llm.openai.created",
|
||||
|
|
@ -126,7 +125,6 @@ def validate_raw_gen_ai_request_openai_streaming(span):
|
|||
"llm.openai.messages",
|
||||
"llm.openai.temperature",
|
||||
"llm.openai.user",
|
||||
"llm.openai.extra_body",
|
||||
"llm.openai.model",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue