mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-03-04 15:47:52 +08:00
18 lines
568 B
Plaintext
18 lines
568 B
Plaintext
---
|
|
title: Doubao (ByteDance)
|
|
description: Doubao (Volcano Ark) model configuration
|
|
---
|
|
|
|
```json
|
|
{
|
|
"model": "doubao-seed-2-0-code-preview-260215",
|
|
"ark_api_key": "YOUR_API_KEY"
|
|
}
|
|
```
|
|
|
|
| Parameter | Description |
|
|
| --- | --- |
|
|
| `model` | Options include `doubao-seed-2-0-code-preview-260215`, `doubao-seed-2-0-pro-260215`, `doubao-seed-2-0-lite-260215`, etc. |
|
|
| `ark_api_key` | Create at [Volcano Ark Console](https://console.volcengine.com/ark/region:ark+cn-beijing/apikey) |
|
|
| `ark_base_url` | Optional. Defaults to `https://ark.cn-beijing.volces.com/api/v3` |
|