[Bug fix]: Proxy Auth Layer - Allow Azure Realtime routes as llm_api_routes (#7684)

* fix route check azure realtime endpoints

* test_is_llm_api_route

* fix /realtime

* test_routes_on_litellm_proxy
This commit is contained in:
Ishaan Jaff 2025-01-10 20:38:06 -08:00 committed by GitHub
parent 2d1c90b688
commit 02f5c44a35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 2 deletions

View file

@ -4389,6 +4389,7 @@ from litellm import _arealtime
@app.websocket("/v1/realtime")
@app.websocket("/realtime")
async def websocket_endpoint(
websocket: WebSocket,
model: str,