Skip to content

Commit ddbf20a

Browse files
committed
remove mention of IndexedDB
1 parent 81f1195 commit ddbf20a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/docs/features/web-ui.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The UI is built with simplicity and privacy in mind:
1212
- **No Build Tools**: Uses native ES modules
1313
- **No npm Dependencies**: Pure JavaScript
1414
- **Offline First**: Works entirely offline
15-
- **Privacy Focused**: All data stored locally in IndexedDB
15+
- **Privacy Focused**: All data stored locally in SQLite
1616
- **Fast & Lightweight**: Minimal footprint
1717

1818
## Key Features
@@ -176,7 +176,7 @@ llms --serve 8000 --root /path/to/ui
176176

177177
## Storage
178178

179-
All data is stored in browser IndexedDB:
179+
Data primarily stored in SQLite databases:
180180

181181
- **Conversations**: All chat threads and messages
182182
- **Activity Logs**: Request history for analytics

content/docs/getting-started/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Use JSON config to add any OpenAI-compatible API endpoints and models
7272

7373
A modern, fast, and privacy-focused web interface for interacting with all your LLMs.
7474

75-
- **Offline & Private**: All data stored locally in browser IndexedDB
75+
- **Offline & Private**: All data stored locally in SQLite
7676
- **Dark Mode**: Automatic or manual dark mode toggle
7777
- **Rich Markdown**: Full markdown support with syntax highlighting
7878
- **Search**: Quickly find past conversations

docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ llms.py is packed with features to make working with multiple LLMs simple, effic
1313

1414
A modern, fast, and privacy-focused web interface for interacting with all your LLMs.
1515

16-
- **Offline & Private**: All data stored locally in browser IndexedDB
16+
- **Offline & Private**: All data stored locally in SQLite
1717
- **Dark Mode**: Automatic or manual dark mode toggle
1818
- **Rich Markdown**: Full markdown support with syntax highlighting
1919
- **Search**: Quickly find past conversations

0 commit comments

Comments
 (0)