mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-04 12:09:13 -04:00
13 lines
662 B
Markdown
13 lines
662 B
Markdown
# Configure for Anthropic Claude
|
|
|
|
1. Open Qt Creator settings and navigate to QodeAssist > Providers
|
|
2. Select the bundled **Claude** provider and enter your Anthropic API key
|
|
3. Go to QodeAssist > General > Agent Pipelines and assign Claude agents to the features you want:
|
|
- Code completion: **Claude Completion**
|
|
- Chat assistant: **Claude Chat — Sonnet** (or an Opus variant)
|
|
- Chat compression: **Claude Compression**
|
|
- Quick refactor: **Claude Quick Refactor** (or the Fast variant)
|
|
|
|
To change the model or request parameters, duplicate the bundled agent on the
|
|
QodeAssist > Agents page (it extends the Claude base agent) and edit your copy.
|