router.post(
"/queue/chat/completions",
tags=["experimental"],
dependencies=[Depends(user_api_key_auth)],
include_in_schema=False,
)
| 1 | import asyncio |
| 2 | import copy |
| 3 | import enum |
| 4 | import importlib |
nothing calls this directly
no outgoing calls
no test coverage detected