File size: 521 Bytes
18240e8
7895d85
18240e8
 
7895d85
18240e8
 
 
 
 
 
 
 
 
 
 
 
 
7895d85
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { d as private_env } from './shared-server-49TKSBDM.js';
import { L as LlamaCppService } from './LlamaCppService-lwZ2ZT0u.js';
import 'fs';
import 'path';
import 'node:dns';

const GET = async () => {
  let llmService = new LlamaCppService(private_env.LLM_API_URL);
  let response = await llmService.health();
  return new Response(
    JSON.stringify({ status: response }),
    {
      headers: { "Content-Type": "application/json" }
    }
  );
};

export { GET };
//# sourceMappingURL=_server.ts-L9Mnx7Gz.js.map