llama.cpp/tools/server/webui/src/lib/constants/localstorage-keys.ts

3 lines
141 B
TypeScript

export const CONFIG_LOCALSTORAGE_KEY = 'LlamaCppWebui.config';
export const USER_OVERRIDES_LOCALSTORAGE_KEY = 'LlamaCppWebui.userOverrides';