MCPcopy
hub / github.com/fishaudio/fish-speech / get

Method get

tools/server/views.py:54–55  ·  view source on GitHub ↗
(cls)

Source from the content-addressed store, hash-verified

52class Health(HttpView):
53 @classmethod
54 async def get(cls):
55 return JSONResponse({"status": "ok"})
56
57 @classmethod
58 async def post(cls):

Callers 12

extract_vq.pyFile · 0.80
mainFunction · 0.80
chatFunction · 0.80
generate_responsesFunction · 0.80
trainFunction · 0.80
decode_audioMethod · 0.80
extrasFunction · 0.80
enforce_tagsFunction · 0.80
log_hyperparametersFunction · 0.80
__call__Method · 0.80
inferenceMethod · 0.80
workerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected