mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
chore(soniox): drop explanatory comment on the non-forwarded param set
This commit is contained in:
parent
70f8bcee9e
commit
80c56c004c
1 changed files with 0 additions and 2 deletions
|
|
@ -63,8 +63,6 @@ else:
|
|||
|
||||
|
||||
_CLEANUP_TARGETS: Final = TypeAdapter(tuple[str, ...])
|
||||
# `language` is translated to `language_hints` upstream; `audio_url`/`file_id`/`response_format`
|
||||
# are placed by the handler, everything else here is a LiteLLM-only knob.
|
||||
_NOT_FORWARDED_TO_SONIOX: Final[frozenset[str]] = frozenset(
|
||||
(*SONIOX_HANDLER_ONLY_PARAMS, "audio_url", "file_id", "response_format", "language")
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue