MCPcopy
hub / github.com/mudler/LocalAI / Process

Method Process

pkg/model/model.go:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41}
42
43func (m *Model) Process() *process.Process {
44 return m.process
45}
46
47// IsRecentlyHealthy returns true if the model passed a health check within the TTL.
48func (m *Model) IsRecentlyHealthy() bool {

Callers 7

checkIsLoadedMethod · 0.80
deleteProcessMethod · 0.80
StopGRPCMethod · 0.80
GetGRPCPIDMethod · 0.80
stopLoadProcessFunction · 0.80
LoadMethod · 0.80

Implementers 3

fakeModelcore/http/endpoints/openai/realtime_do
transcriptOnlyModelcore/http/endpoints/openai/realtime_mo
wrappedModelcore/http/endpoints/openai/realtime_mo

Calls

no outgoing calls

Tested by

no test coverage detected