ChatGPT subscription and GitHub Copilot use LiteLLM OAuth/device-flow login. They do not use static API keys inDocumentation Index
Fetch the complete documentation index at: https://notewise.click/docs/llms.txt
Use this file to discover all available pages before exploring further.
config.env. User configuration is stored at ~/.notewise/config.env; do not create a repo-root .env file for OAuth setup.
Login commands
codex is a CLI alias for ChatGPT login.
Safe test models
| Provider | Safe model used by login checks |
|---|---|
| ChatGPT | chatgpt/gpt-5.2 |
| GitHub Copilot | github_copilot/gpt-5-mini |
Token directories
By default, token directories live under the NoteWise state root:| Provider | Default directory | Override env var |
|---|---|---|
| ChatGPT | <state>/oauth/chatgpt | CHATGPT_TOKEN_DIR |
| GitHub Copilot | <state>/oauth/github_copilot | GITHUB_COPILOT_TOKEN_DIR |
