MCPcopy Index your code
hub / github.com/ModelTC/LightLLM / get_score

Function get_score

lightllm/server/api_http.py:208–212  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

206
207@app.post("/get_score")
208async def get_score(request: Request) -> Response:
209 try:
210 return await lightllm_get_score(request, g_objs.httpserver_manager)
211 except Exception as e:
212 return create_error_response(HTTPStatus.EXPECTATION_FAILED, str(e))
213
214
215@app.post("/")

Callers

nothing calls this directly

Calls 2

lightllm_get_scoreFunction · 0.85
create_error_responseFunction · 0.70

Tested by

no test coverage detected