Skip to content

Incorrect URL in README.md example (https://api.anthropic.com => https://api.anthropic.com/messages) #19

@six5536

Description

@six5536

In the README.md, you have:

codewiki config set \
  --api-key YOUR_API_KEY \
  --base-url https://api.anthropic.com \
  --main-model claude-sonnet-4 \
  --cluster-model claude-sonnet-4

This is confusing because you are using OpenAI API compatibility.

Should be:

codewiki config set \
  --api-key YOUR_API_KEY \
  --base-url https://api.anthropic.com/messages \
  --main-model claude-sonnet-4-5 \
  --cluster-model claude-sonnet-4-5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions