MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / loadGPUInfo

Function loadGPUInfo

frontend/src/api/modules/ai.ts:41–43  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39};
40
41export const loadGPUInfo = () => {
42 return http.get<any>(`/ai/gpu/load`);
43};
44export const getGPUOptions = () => {
45 return http.get<AI.MonitorGPUOptions>(`/ai/gpu/options`);
46};

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected