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

Struct Base

pkg/grpc/base/base.go:18–19  ·  view source on GitHub ↗

Base is a base class for all backends to implement Note: the backends that does not support multiple requests should use SingleThread instead

Source from the content-addressed store, hash-verified

16// Note: the backends that does not support multiple requests
17// should use SingleThread instead
18type Base struct {
19}
20
21func (llm *Base) Locking() bool {
22 return false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected