mirror of
https://git.mirrors.martin98.com/https://github.com/bytedance/deer-flow
synced 2025-10-04 15:36:32 +08:00
16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
# LLM Config
|
|
REASONING_MODEL:
|
|
model: "qwq-plus"
|
|
api_key: sk-xxx
|
|
base_url: https://dashscope.aliyuncs.com/compatible-mode/v1
|
|
|
|
BASIC_MODEL:
|
|
model: "qwen-max"
|
|
api_key: sk-xxx
|
|
base_url: https://dashscope.aliyuncs.com/compatible-mode/v1
|
|
|
|
VISION_MODEL:
|
|
model: "qwen2.5-vl-32b-instruct"
|
|
api_key: sk-xxx
|
|
base_url: https://dashscope.aliyuncs.com/compatible-mode/v1
|