diff options
Diffstat (limited to 'llama.cpp/tools/server/webui/src/lib/constants/localstorage-keys.ts')
| -rw-r--r-- | llama.cpp/tools/server/webui/src/lib/constants/localstorage-keys.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llama.cpp/tools/server/webui/src/lib/constants/localstorage-keys.ts b/llama.cpp/tools/server/webui/src/lib/constants/localstorage-keys.ts new file mode 100644 index 0000000..919b6ea --- /dev/null +++ b/llama.cpp/tools/server/webui/src/lib/constants/localstorage-keys.ts @@ -0,0 +1,2 @@ +export const CONFIG_LOCALSTORAGE_KEY = 'LlamaCppWebui.config'; +export const USER_OVERRIDES_LOCALSTORAGE_KEY = 'LlamaCppWebui.userOverrides'; |
