Proxy to model_switching.analyze_model_requirements
(
req_id: str, context: RequestContext, request: ChatCompletionRequest
)
| 106 | |
| 107 | |
| 108 | async def _analyze_model_requirements( |
| 109 | req_id: str, context: RequestContext, request: ChatCompletionRequest |
| 110 | ) -> RequestContext: |
| 111 | """Proxy to model_switching.analyze_model_requirements""" |
| 112 | return await ms_analyze(req_id, context, request.model, MODEL_NAME) |
| 113 | |
| 114 | |
| 115 | async def _validate_page_status( |
no outgoing calls