mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-10-28 08:31:25 +00:00
SvelteKit-based WebUI (#14839)
This commit is contained in:
committed by
GitHub
parent
8f8f2274ee
commit
a7a98e0fff
3
tools/server/webui/src/routes/+layout.ts
Normal file
3
tools/server/webui/src/routes/+layout.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const csr = true;
|
||||
export const prerender = false;
|
||||
export const ssr = false;
|
||||
Reference in New Issue
Block a user