mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-17 19:44:45 +08:00
docs: add comments
This commit is contained in:
@@ -1,9 +1,20 @@
|
|||||||
# [!NOTE]
|
# [!NOTE]
|
||||||
# Read the `docs/configuration_guide.md` carefully, and update the configurations to match your specific settings and requirements.
|
# Read the `docs/configuration_guide.md` carefully, and update the
|
||||||
# - Replace `api_key` with your own credentials
|
# configurations to match your specific settings and requirements.
|
||||||
# - Replace `base_url` and `model` name if you want to use a custom model
|
# - Replace `api_key` with your own credentials.
|
||||||
|
# - Replace `base_url` and `model` name if you want to use a custom model.
|
||||||
|
# - A restart is required every time you change the `config.yaml` file.
|
||||||
|
|
||||||
BASIC_MODEL:
|
BASIC_MODEL:
|
||||||
base_url: https://ark.cn-beijing.volces.com/api/v3
|
base_url: https://ark.cn-beijing.volces.com/api/v3
|
||||||
model: "doubao-1-5-pro-32k-250115"
|
model: "doubao-1-5-pro-32k-250115"
|
||||||
api_key: xxxx
|
api_key: xxxx
|
||||||
|
|
||||||
|
# Reasoning model is optional.
|
||||||
|
# Uncomment the following settings if you want to use reasoning model
|
||||||
|
# for planning.
|
||||||
|
|
||||||
|
# REASONING_MODEL:
|
||||||
|
# base_url: https://ark-cn-beijing.bytedance.net/api/v3
|
||||||
|
# model: "doubao-1-5-thinking-pro-m-250428"
|
||||||
|
# api_key: xxxx
|
||||||
|
|||||||
Reference in New Issue
Block a user