MCPcopy Create free account
hub / github.com/ChatLab/ChatLab / hasConfig

Method hasConfig

src/services/llm/types.ts:99–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98export interface LLMServiceAdapter {
99 hasConfig(): Promise<boolean>
100 getAllConfigs(): Promise<AIServiceConfigDisplay[]>
101 getConfigStore(): Promise<LLMConfigStore>
102 getDefaultAssistantSlot(): Promise<ModelSlot | null>

Callers 3

sendMessageFunction · 0.65
editAndOverwriteAllFunction · 0.65
editCurrentRoundOnlyFunction · 0.65

Implementers 1

FetchLLMAdaptersrc/services/llm/fetch.ts

Calls

no outgoing calls

Tested by

no test coverage detected