MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / modelProvider

Method modelProvider

internal/pluginhost/adapters.go:1081–1088  ·  view source on GitHub ↗
(pluginID string)

Source from the content-addressed store, hash-verified

1079}
1080
1081func (h *Host) modelProvider(pluginID string) string {
1082 if h == nil {
1083 return ""
1084 }
1085 h.mu.Lock()
1086 defer h.mu.Unlock()
1087 return h.modelProviders[pluginID]
1088}
1089
1090func (h *Host) RegisterFrontendAuthProviders() {
1091 if h == nil {

Calls

no outgoing calls