MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / Model

Struct Model

ai-provider/model-runtime/model.go:22–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type Model struct {
23 id string
24 logo string
25 name string
26 accessConfiguration string
27 modelParameters string
28 // default: ""/"system", "customize"
29 source string
30 // @see ModelTypeLLM etc
31 modelType string
32 //defaultConfig string
33 IConfig
34 //validator IParamValidator
35}
36
37func (m *Model) SetLogo(logo string) {
38 m.logo = logo

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected