From ee143e9ac4b0b75cfa6098aa790940a1dc59f5d3 Mon Sep 17 00:00:00 2001 From: Li Xin Date: Wed, 7 May 2025 17:29:37 +0800 Subject: [PATCH] chore: update example config --- conf.yaml.example | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/conf.yaml.example b/conf.yaml.example index ff4330a..dd345df 100644 --- a/conf.yaml.example +++ b/conf.yaml.example @@ -1,15 +1,8 @@ # LLM Config -REASONING_MODEL: - model: "doubao-1-5-thinking-pro-250415" - api_key: xxxx - base_url: https://ark.cn-beijing.volces.com/api/v3 +# - Replace `api_key` with your own credentials +# - Replace `base_url` and `model` name if you want to use a custom model BASIC_MODEL: + base_url: https://ark.cn-beijing.volces.com/api/v3 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