Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notewise.click/docs/llms.txt

Use this file to discover all available pages before exploring further.

ChatGPT subscription and GitHub Copilot use LiteLLM OAuth/device-flow login. They do not use static API keys in config.env. User configuration is stored at ~/.notewise/config.env; do not create a repo-root .env file for OAuth setup.

Login commands

notewise auth login chatgpt
codex is a CLI alias for ChatGPT login.

Safe test models

ProviderSafe model used by login checks
ChatGPTchatgpt/gpt-5.2
GitHub Copilotgithub_copilot/gpt-5-mini

Token directories

By default, token directories live under the NoteWise state root:
ProviderDefault directoryOverride env var
ChatGPT<state>/oauth/chatgptCHATGPT_TOKEN_DIR
GitHub Copilot<state>/oauth/github_copilotGITHUB_COPILOT_TOKEN_DIR
Persist the state directory in Docker if you want OAuth login to survive container restarts.

Use after login

notewise process "https://youtu.be/VIDEO_ID" --model chatgpt/gpt-5.2

notewise process "https://youtu.be/VIDEO_ID" --model github_copilot/gpt-5-mini
Last modified on May 1, 2026