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

Method TTS

core/services/nodes/inflight.go:136–140  ·  view source on GitHub ↗
(ctx context.Context, in *pb.TTSRequest, opts ...ggrpc.CallOption)

Source from the content-addressed store, hash-verified

134}
135
136func (c *InFlightTrackingClient) TTS(ctx context.Context, in *pb.TTSRequest, opts ...ggrpc.CallOption) (*pb.Result, error) {
137 defer c.track(ctx)()
138 res, err := c.inner.TTS(ctx, in, opts...)
139 return res, c.reconcile(err)
140}
141
142func (c *InFlightTrackingClient) TTSStream(ctx context.Context, in *pb.TTSRequest, f func(reply *pb.Reply), opts ...ggrpc.CallOption) error {
143 defer c.track(ctx)()

Callers

nothing calls this directly

Calls 3

trackMethod · 0.95
reconcileMethod · 0.95
TTSMethod · 0.65

Tested by

no test coverage detected