Skip to content

docs: add model configuration documentation (informational response) - #1

Draft
wzx011011 with Claude wants to merge 1 commit into
mainfrom
claude/update-usage-model
Draft

docs: add model configuration documentation (informational response)#1
wzx011011 with Claude wants to merge 1 commit into
mainfrom
claude/update-usage-model

Conversation

@Claude

@Claude Claude AI commented Mar 29, 2026

Copy link
Copy Markdown

This was an informational query asking "现在用的什么模型" (What model is currently being used?). No code changes were made.

Current Model Configuration

Default Model: claude-sonnet-4-20250514 (Anthropic Claude Sonnet 4)

Defined in src/services/config_manager.h:38:

static constexpr const char *DEFAULT_MODEL = "claude-sonnet-4-20250514";
static constexpr const char *DEFAULT_PROVIDER = "anthropic";

Key Configuration Points

  • Config File: ~/.act/settings.json
  • API Endpoint: https://api.anthropic.com/v1/messages
  • Supported Models:
    • claude-sonnet-4-20250514 (default)
    • claude-opus-4-20250514 (alternative)
  • Environment Variable: ACT_ANTHROPIC_API_KEY

Configuration managed through ConfigManager with support for multiple profiles and fallback providers.

@Claude Claude AI changed the title [WIP] Update current model details docs: add model configuration documentation (informational response) Mar 29, 2026
@Claude
Claude AI requested a review from wzx011011 March 29, 2026 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants