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

Method GenerateVideo

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

Source from the content-addressed store, hash-verified

128}
129
130func (c *InFlightTrackingClient) GenerateVideo(ctx context.Context, in *pb.GenerateVideoRequest, opts ...ggrpc.CallOption) (*pb.Result, error) {
131 defer c.track(ctx)()
132 res, err := c.inner.GenerateVideo(ctx, in, opts...)
133 return res, c.reconcile(err)
134}
135
136func (c *InFlightTrackingClient) TTS(ctx context.Context, in *pb.TTSRequest, opts ...ggrpc.CallOption) (*pb.Result, error) {
137 defer c.track(ctx)()

Callers

nothing calls this directly

Calls 3

trackMethod · 0.95
reconcileMethod · 0.95
GenerateVideoMethod · 0.65

Tested by

no test coverage detected