Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
52
class
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.py
File · 0.80
main
Function · 0.80
chat
Function · 0.80
generate_responses
Function · 0.80
train
Function · 0.80
decode_audio
Method · 0.80
extras
Function · 0.80
enforce_tags
Function · 0.80
log_hyperparameters
Function · 0.80
__call__
Method · 0.80
inference
Method · 0.80
worker
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected