mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
28 lines
624 B
Plaintext
28 lines
624 B
Plaintext
---
|
|
title: Kimi (Moonshot)
|
|
description: Kimi (Moonshot) モデルの設定
|
|
---
|
|
|
|
```json
|
|
{
|
|
"model": "kimi-k2.5",
|
|
"moonshot_api_key": "YOUR_API_KEY"
|
|
}
|
|
```
|
|
|
|
| パラメータ | 説明 |
|
|
| --- | --- |
|
|
| `model` | `kimi-k2.5`、`kimi-k2`、`moonshot-v1-8k`、`moonshot-v1-32k`、`moonshot-v1-128k`から選択可能 |
|
|
| `moonshot_api_key` | [Moonshot Console](https://platform.moonshot.cn/console/api-keys)で作成 |
|
|
|
|
OpenAI互換の設定もサポートしています:
|
|
|
|
```json
|
|
{
|
|
"bot_type": "openai",
|
|
"model": "kimi-k2.5",
|
|
"open_ai_api_base": "https://api.moonshot.cn/v1",
|
|
"open_ai_api_key": "YOUR_API_KEY"
|
|
}
|
|
```
|