mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-10-04 12:36:31 +08:00
16 lines
385 B
Plaintext
16 lines
385 B
Plaintext
# LLM Config
|
|
REASONING_MODEL:
|
|
model: "doubao-1-5-thinking-pro-250415"
|
|
api_key: xxxx
|
|
base_url: https://ark.cn-beijing.volces.com/api/v3
|
|
|
|
BASIC_MODEL:
|
|
model: "doubao-1-5-pro-32k-250115"
|
|
api_key: xxxx
|
|
base_url: https://ark.cn-beijing.volces.com/api/v3
|
|
|
|
VISION_MODEL:
|
|
model: "doubao-1.5-vision-pro-250328"
|
|
api_key: xxxx
|
|
base_url: https://ark.cn-beijing.volces.com/api/v3
|