From 86a89acac3c39e3860a0448d839cbece383b3bff Mon Sep 17 00:00:00 2001 From: Willem Jiang Date: Sun, 13 Jul 2025 08:22:37 +0800 Subject: [PATCH] fix: update the reasoning model url in conf.yaml.example (#406) --- conf.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.yaml.example b/conf.yaml.example index a82c177..9e5a3c6 100644 --- a/conf.yaml.example +++ b/conf.yaml.example @@ -18,7 +18,7 @@ BASIC_MODEL: # for planning. # REASONING_MODEL: -# base_url: https://ark-cn-beijing.bytedance.net/api/v3 +# base_url: https://ark.cn-beijing.volces.com/api/v3 # model: "doubao-1-5-thinking-pro-m-250428" # api_key: xxxx # max_retries: 3 # Maximum number of retries for LLM calls