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

Function getGPUOptions

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

Source from the content-addressed store, hash-verified

42 return http.get<any>(`/ai/gpu/load`);
43};
44export const getGPUOptions = () => {
45 return http.get<AI.MonitorGPUOptions>(`/ai/gpu/options`);
46};
47export const loadGPUMonitor = (param: AI.MonitorGPUSearch) => {
48 return http.post<AI.MonitorGPUData>(`/ai/gpu/search`, param);
49};

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected