MCPcopy Create free account
hub / github.com/FreedomIntelligence/LLMZoo / get_worker_address

Function get_worker_address

llmzoo/deploy/webapp/controller.py:269–272  ·  view source on GitHub ↗
(request: Request)

Source from the content-addressed store, hash-verified

267
268@app.post("/get_worker_address")
269async def get_worker_address(request: Request):
270 data = await request.json()
271 addr = controller.get_worker_address(data["model"])
272 return {"address": addr}
273
274
275@app.post("/receive_heart_beat")

Callers

nothing calls this directly

Calls 1

get_worker_addressMethod · 0.80

Tested by

no test coverage detected