mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
18 lines
701 B
Plaintext
18 lines
701 B
Plaintext
---
|
|
title: Claude
|
|
description: Claudeモデルの設定
|
|
---
|
|
|
|
```json
|
|
{
|
|
"model": "claude-sonnet-4-6",
|
|
"claude_api_key": "YOUR_API_KEY"
|
|
}
|
|
```
|
|
|
|
| パラメータ | 説明 |
|
|
| --- | --- |
|
|
| `model` | `claude-sonnet-4-6`、`claude-opus-4-7`、`claude-opus-4-6`、`claude-sonnet-4-5`、`claude-sonnet-4-0`、`claude-3-5-sonnet-latest`などから選択可能。[公式モデル一覧](https://docs.anthropic.com/en/docs/about-claude/models/overview)を参照 |
|
|
| `claude_api_key` | [Claude Console](https://console.anthropic.com/settings/keys)で作成 |
|
|
| `claude_api_base` | 任意。デフォルトは`https://api.anthropic.com/v1`。サードパーティプロキシを使用する場合に変更 |
|