Skip to content

Commit df4d4a8

Browse files
committed
update readme
1 parent 97660f8 commit df4d4a8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,16 @@ openkb deck new my-deck "An intro deck on <your-topic>" # slides
107107

108108
OpenKB supports [multiple LLM providers](https://docs.litellm.ai/docs/providers) (OpenAI, Claude, Gemini, etc.) via [LiteLLM](https://github.com/BerriAI/litellm) (pinned to a [safe version](https://docs.litellm.ai/blog/security-update-march-2026)).
109109

110-
Set your model during `openkb init` or in [`.openkb/config.yaml`](#configuration) using the `provider/model` LiteLLM format (e.g. `anthropic/claude-sonnet-4-6`). OpenAI models can omit the prefix (e.g. `gpt-5.4`).
110+
Set your model during `openkb init` or in [`.openkb/config.yaml`](#configuration) using the `provider/model` LiteLLM format (e.g. `anthropic/claude-sonnet-4-6`, `gemini/gemini-3.1-pro-preview`). OpenAI models can omit the prefix (e.g. `gpt-5.4`).
111111

112112
Create a `.env` file with your LLM API key:
113113

114114
```bash
115115
LLM_API_KEY=your_llm_api_key
116116
```
117117

118+
Subscription-based providers that authenticate via OAuth device flow (e.g. `chatgpt/*`, `github_copilot/*`) need no API key; OpenKB skips the missing-key warning for them.
119+
118120
# 🧩 How OpenKB Works
119121

120122
### Architecture

0 commit comments

Comments
 (0)