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

Method getModelCatalog

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

Source from the content-addressed store, hash-verified

51 }
52
53 async getModelCatalog(): Promise<ModelCatalogItem[]> {
54 return get<ModelCatalogItem[]>('/ai/llm/model-catalog')
55 }
56
57 async addConfig(config: AIServiceConfigInput) {
58 return post<{ success: boolean; config?: AIServiceConfigDisplay; error?: string }>('/ai/llm/configs', config)

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected