MCPcopy Create free account
hub / github.com/Icecubesaad/OpenLLM-Studio / pullModelWithRetry

Function pullModelWithRetry

src/lib/tauri.ts:121–123  ·  view source on GitHub ↗
(modelName: string, preferredQuantization?: string)

Source from the content-addressed store, hash-verified

119}
120
121export async function pullModelWithRetry(modelName: string, preferredQuantization?: string): Promise<void> {
122 return await invoke<void>('pull_model_with_retry', { modelName, preferredQuantization });
123}
124
125export async function sendChatMessage(
126 dbPath: string,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected