MCPcopy Index your code
hub / github.com/mudler/LocalAI / Health

Method Health

backend/python/diffusers/backend.py:494–495  ·  view source on GitHub ↗
(self, request, context)

Source from the content-addressed store, hash-verified

492 return pipe
493
494 def Health(self, request, context):
495 return backend_pb2.Reply(message=bytes("OK", 'utf-8'))
496
497 def LoadModel(self, request, context):
498 try:

Callers 1

test_server_startupMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_server_startupMethod · 0.36