You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: sync CLI commands and provider list with current code
- cli-commands.md: remove non-existent 'auth' command; add missing
subcommands (init, bridge, doctor, encrypt, mcp-server, session,
cert) to overview, summary table, and examples to match the
Commands enum in cli/mod.rs
- intro.md: add xAI, Vertex AI, Gemini CLI, Codex CLI to the
multi-provider bullet and Supported Models table; refresh outdated
model examples (claude-opus-4-5 -> claude-opus-4-6) and aliases
(glm, grok, codex)
- configuration.md: extend alias comment with glm/grok/codex; fix
codex_cli default model (gpt-4o -> o4-mini) to match the schema
default
Copy file name to clipboardExpand all lines: website/docs/intro.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ LocalGPT is a **local AI assistant with persistent memory, semantic search, and
13
13
-**Hybrid Memory Search** - Markdown-based knowledge store with pluggable backends (SQLite FTS5, Markdown grep, or disabled). SQLite backend supports full-text search with AND matching and rank-based scoring plus local vector embeddings (fastembed) for semantic search
14
14
-**Desktop App** - Optional native desktop GUI built with egui — chat, sessions, memory browser, and status dashboard. Disable with `--no-default-features` for headless/Docker deployments.
15
15
-**Embedded Web UI** - Browser-based chat interface served directly from the binary
16
-
-**Multi-Provider Support** - Works with Claude CLI, Anthropic API, OpenAI, Ollama, and GLM (Z.AI) — all with full tool calling support
16
+
-**Multi-Provider Support** - Works with Claude CLI, Anthropic API, OpenAI, Ollama, GLM (Z.AI), xAI (Grok), Google Vertex AI, Gemini CLI, and Codex CLI — all with full tool calling support
17
17
-**Telegram, Discord & WhatsApp** - Access LocalGPT from Telegram, Discord, or WhatsApp via bridge binaries with full chat, tool use, and memory support — secured with one-time pairing auth
18
18
-**Autonomous Heartbeat** - Daemon mode with scheduled background tasks that run automatically
19
19
-**Skills System** - Extensible skills for specialized tasks
@@ -92,9 +92,13 @@ LocalGPT automatically detects the provider based on model name prefix:
92
92
|`openai/*`| LM Studio / OpenAI | openai/qwen/qwen3.5-35b-a3b, openai/gpt-4o |
93
93
| Other | Ollama (local) | llama3, mistral, codellama |
94
94
|`claude-cli/*`| Claude CLI | claude-cli/opus, claude-cli/sonnet |
95
-
|`anthropic/*`| Anthropic API | anthropic/claude-opus-4-5, anthropic/claude-sonnet-4-5 |
0 commit comments