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

3 lines
152 B
TypeScript

export const SERVER_PROPS_LOCALSTORAGE_KEY = 'LlamaCppWebui.serverProps';
export const SELECTED_MODEL_LOCALSTORAGE_KEY = 'LlamaCppWebui.selectedModel';