Skip to content

CONTRIBUTING: same "need Anthropic key" framing as the README line fixed in #9 #19

@oratis

Description

@oratis

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions