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

Function dialGRPC

backend/go/vibevoice-cpp/vibevoicecpp_test.go:77–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func dialGRPC() *grpc.ClientConn {
78 conn, err := grpc.Dial(testAddr,
79 grpc.WithTransportCredentials(insecure.NewCredentials()),
80 grpc.WithDefaultCallOptions(
81 grpc.MaxCallRecvMsgSize(50*1024*1024),
82 grpc.MaxCallSendMsgSize(50*1024*1024),
83 ),
84 )
85 Expect(err).ToNot(HaveOccurred())
86 return conn
87}
88
89var _ = Describe("VibeVoice-cpp", func() {
90 Context("backend semantics (no purego load needed)", func() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected