mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
[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:
parent
a49ef48bcb
commit
d866b1beda
4 changed files with 18 additions and 2 deletions
|
@ -4389,6 +4389,7 @@ from litellm import _arealtime
|
|||
|
||||
|
||||
@app.websocket("/v1/realtime")
|
||||
@app.websocket("/realtime")
|
||||
async def websocket_endpoint(
|
||||
websocket: WebSocket,
|
||||
model: str,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue