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

Method getFastModelSlot

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

Source from the content-addressed store, hash-verified

31 }
32
33 async getFastModelSlot(): Promise<ModelSlot | null> {
34 return get<ModelSlot | null>('/ai/llm/fast-model-slot')
35 }
36
37 async setDefaultAssistantModel(configId: string, modelId: string) {
38 return put<{ success: boolean; error?: string }>('/ai/llm/default-assistant-slot', { configId, modelId })

Callers

nothing calls this directly

Calls 1

getFunction · 0.90

Tested by

no test coverage detected