jan/web-app/src/constants/localStorage.ts
Faisal Amir 6861c46ac6
feat: setting toggle vulkan (#5126)
* feat: setting toggle vulkan

* feat: add vulkan toggle setting

* chore: default flash attention disable

* chore: fix vulkan retrieval

* fix: vulkan setting does not affect engine run

* Update web-app/src/routes/settings/hardware.tsx

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>

---------

Co-authored-by: Louis <louis@jan.ai>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-03 13:56:23 +07:00

20 lines
668 B
TypeScript

export const localStorageKey = {
LeftPanel: 'left-panel',
threads: 'threads',
messages: 'messages',
theme: 'theme',
modelProvider: 'model-provider',
settingAppearance: 'setting-appearance',
settingGeneral: 'setting-general',
settingCodeBlock: 'setting-code-block',
settingLocalApiServer: 'setting-local-api-server',
settingProxyConfig: 'setting-proxy-config',
settingHardware: 'setting-hardware',
settingVulkan: 'setting-vulkan',
productAnalyticPrompt: 'productAnalyticPrompt',
productAnalytic: 'productAnalytic',
toolApproval: 'tool-approval',
toolAvailability: 'tool-availability',
mcpGlobalPermissions: 'mcp-global-permissions',
}