MCPcopy Create free account
hub / github.com/PromtEngineer/localGPT /

Class

src/lib/api.ts:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84class ChatAPI {
85 async checkHealth(): Promise<HealthResponse> {
86 try {
87 const response = await fetch(`${API_BASE_URL}/health`);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected