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

Method setFastModel

src/services/llm/fetch.ts:41–43  ·  view source on GitHub ↗
(slot: ModelSlot | null)

Source from the content-addressed store, hash-verified

39 }
40
41 async setFastModel(slot: ModelSlot | null) {
42 return put<{ success: boolean; error?: string }>('/ai/llm/fast-model-slot', slot)
43 }
44
45 async getProviders(): Promise<LLMProvider[]> {
46 return get<LLMProvider[]>('/ai/llm/providers')

Callers

nothing calls this directly

Calls 1

putFunction · 0.90

Tested by

no test coverage detected