MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / GetCustomizeLogo

Function GetCustomizeLogo

ai-provider/model-runtime/provider.go:52–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52func GetCustomizeLogo() string {
53 logo, _ := providerDir.ReadFile("model-providers/customize/assets/icon_s_en.svg")
54
55 return string(logo)
56}
57
58func GetCustomizeProviderURI(config string, emptyURI bool) (IProviderURI, error) {
59 var providerCfg CustomizeProviderConfig

Callers 2

NewCustomizeProviderFunction · 0.85
NewCustomizeModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected