MCPcopy Index your code
hub / github.com/coder/coder / NewModelCatalog

Function NewModelCatalog

coderd/x/chatd/chatprovider/chatprovider.go:418–420  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416type ModelCatalog struct{}
417
418func NewModelCatalog() *ModelCatalog {
419 return &ModelCatalog{}
420}
421
422// ListConfiguredModels returns a model catalog from enabled DB-backed model
423// configs. The second return value reports whether DB-backed models were used.

Calls

no outgoing calls