Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
97
export
async
function
fetchModels(): Promise<ModelsResponse> {
98
return
ModelManager.getInstance().fetchModels();
99
}
Callers
10
handleToggleObServer
Function · 0.90
checkLocalServer
Function · 0.90
AppHeader
Function · 0.90
handleAddCustomServer
Function · 0.90
handleRemoveCustomServer
Function · 0.90
handleToggleCustomServer
Function · 0.90
handleCheckCustomServer
Function · 0.90
AvailableModels
Function · 0.90
handleRefresh
Function · 0.90
SimpleCreatorModal
Function · 0.90
Calls
2
fetchModels
Method · 0.80
getInstance
Method · 0.45
Tested by
no test coverage detected