mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Drops PLR0915 from ruff's extend-select along with its per-file-ignores, and strips the now-unused `# noqa: PLR0915` directives across the codebase (RUF100 would otherwise flag them as unused). The C901 suppression that shared a directive with PLR0915 in streaming_handler.py is preserved. |
||
|---|---|---|
| .. | ||
| main.py | ||
| README.md | ||
Abstraction / Routing logic for OpenAI's /v1/realtime endpoints.
Supported endpoints:
- WebSocket:
/v1/realtime(withintent=transcriptionfor transcription-only sessions) - HTTP:
/v1/realtime/client_secrets,/v1/realtime/transcription_sessions
Supported providers: OpenAI, Azure OpenAI, Bedrock, Vertex AI, xAI.
For user-facing documentation and usage examples, see the litellm-docs repo.