Same drift, different file
CONTRIBUTING.md:17 opens the Quick start with:
You'll need an `ANTHROPIC_API_KEY` to actually run her.
— which is the exact line I caught in the README install section (#9, fixed in #10). Same problem: contributors who already have an OpenAI / Gemini / DeepSeek / Ollama setup walk away thinking they need Anthropic specifically before they can even start coding on the project.
Fix
Mirror the README's new wording — note Anthropic is the default but any of the 20+ supported providers works for development too:
You'll need a key for at least one LLM provider — Anthropic is the default model, but --model gpt-4o, --model deepseek-chat, LISA_BASE_URL=http://localhost:11434/v1 (Ollama), or any of the other providers in docs/PROVIDERS.md work for development too.
The Chinese quick-start snippet below (line 124) is just `echo 'ANTHROPIC_API_KEY=...' >> config.env` — that's an example command, not a narrative claim, so it can stay or get an inline comment.
Scope
PR incoming.
Same drift, different file
CONTRIBUTING.md:17opens the Quick start with:— which is the exact line I caught in the README install section (#9, fixed in #10). Same problem: contributors who already have an OpenAI / Gemini / DeepSeek / Ollama setup walk away thinking they need Anthropic specifically before they can even start coding on the project.
Fix
Mirror the README's new wording — note Anthropic is the default but any of the 20+ supported providers works for development too:
The Chinese quick-start snippet below (line 124) is just `echo 'ANTHROPIC_API_KEY=...' >> config.env` — that's an example command, not a narrative claim, so it can stay or get an inline comment.
Scope
CONTRIBUTING.mdPR incoming.