nn-ui-v2 / build /server /chunks /_server.ts-Bx-SnM_o.js
muryshev's picture
Added enable realtime llm generation checkbox.
9a6e6b1
raw
history blame
342 Bytes
import { d as private_env } from './shared-server-49TKSBDM.js';
const GET = async ({ locals, request }) => {
return new Response(
JSON.stringify({ value: private_env.SEARCH_VERSION || "basic" }),
{
headers: { "Content-Type": "application/json" }
}
);
};
export { GET };
//# sourceMappingURL=_server.ts-Bx-SnM_o.js.map