mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
Merge pull request #4423 from BerriAI/litellm_forward_traceparent_otel
[Fix] Forward OTEL Traceparent Header to provider
This commit is contained in:
commit
8ecf15185b
2 changed files with 20 additions and 0 deletions
|
@ -3684,6 +3684,8 @@ def get_supported_openai_params(
|
|||
"tool_choice",
|
||||
"response_format",
|
||||
"seed",
|
||||
"extra_headers",
|
||||
"extra_body",
|
||||
]
|
||||
elif custom_llm_provider == "deepseek":
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue