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
Copy file name to clipboardExpand all lines: docs/USER_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ repowise init [PATH]
179
179
180
180
| Flag | Description |
181
181
|------|-------------|
182
-
|`--provider`| LLM provider: `anthropic`, `openai`, `openrouter`, `gemini`, `deepseek`, `ollama`, `litellm`, `codex_cli`, `mock`. Auto-detected from env vars if not set. |
182
+
|`--provider`| LLM provider: `anthropic`, `openai`, `openrouter`, `gemini`, `deepseek`, `kimi`, `ollama`, `litellm`, `codex_cli`, `mock`. Auto-detected from env vars if not set. |
183
183
|`--model`| Model name override (e.g., `claude-sonnet-4-6`, `gpt-5.4-nano`) |
184
184
|`--embedder`| Embedder for semantic search: `gemini`, `openai`, `mock`. Auto-detected from env vars. |
185
185
|`--index-only`| Skip LLM generation entirely. Only parse, build graph, and index git. Free. |
0 commit comments