chore(soniox): drop explanatory comment on the non-forwarded param set

This commit is contained in:
Dan Lemon 2026-09-10 22:26:55 +02:00
parent 70f8bcee9e
commit 80c56c004c
No known key found for this signature in database
GPG key ID: 63D20454AD4DAA0A

View file

@ -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")
)