MCPcopy Index your code
hub / github.com/ChatLab/ChatLab / getProviderRegistry

Method getProviderRegistry

src/services/llm/fetch.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47 }
48
49 async getProviderRegistry(): Promise<ProviderRegistryItem[]> {
50 return get<ProviderRegistryItem[]>('/ai/llm/provider-registry')
51 }
52
53 async getModelCatalog(): Promise<ModelCatalogItem[]> {
54 return get<ModelCatalogItem[]>('/ai/llm/model-catalog')

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected