MCPcopy Create free account
hub / github.com/Roy3838/Observer / fetchModels

Function fetchModels

app/src/utils/inferenceServer.ts:97–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95 * Call this to update the model list from remote servers.
96 */
97export async function fetchModels(): Promise<ModelsResponse> {
98 return ModelManager.getInstance().fetchModels();
99}

Callers 10

handleToggleObServerFunction · 0.90
checkLocalServerFunction · 0.90
AppHeaderFunction · 0.90
handleAddCustomServerFunction · 0.90
handleRemoveCustomServerFunction · 0.90
handleToggleCustomServerFunction · 0.90
handleCheckCustomServerFunction · 0.90
AvailableModelsFunction · 0.90
handleRefreshFunction · 0.90
SimpleCreatorModalFunction · 0.90

Calls 2

fetchModelsMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected