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
Drop the language and pageindex_threshold prompts from `openkb init`;
both fall back to config defaults and can be edited later in
`.openkb/config.yaml`. In their place, add an interactive API key
prompt that writes `LLM_API_KEY` to `./.env` (chmod 0600) when the
user provides one, so first-time setup no longer requires a separate
manual step. Also polish the model prompt with provider examples and
a link to LiteLLM for others.
0 commit comments