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

Method getProviders

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

Source from the content-addressed store, hash-verified

43 }
44
45 async getProviders(): Promise<LLMProvider[]> {
46 return get<LLMProvider[]>('/ai/llm/providers')
47 }
48
49 async getProviderRegistry(): Promise<ProviderRegistryItem[]> {
50 return get<ProviderRegistryItem[]>('/ai/llm/provider-registry')

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected