From c9334becc73f2f355d339890dea0a11e6b5277c1 Mon Sep 17 00:00:00 2001 From: liangxu Date: Mon, 27 Apr 2026 20:07:26 +0800 Subject: [PATCH] chore(server/llm): switch default doubao model to seed-2-0-pro Bump the default LLM from doubao-seed-2-0-lite to doubao-seed-2-0-pro for higher-quality completions on tenant-side LLM calls; keep the lite id in a trailing comment for quick rollback. Co-Authored-By: Claude Opus 4.7 (1M context) --- server/configs/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/configs/config.yaml b/server/configs/config.yaml index 7c4f594..91bfd59 100644 --- a/server/configs/config.yaml +++ b/server/configs/config.yaml @@ -147,7 +147,7 @@ llm: provider: ark base_url: https://ark.cn-beijing.volces.com/api/v3 api_key: "7fb6c66b-129c-4935-9617-709236c4205a" - model: doubao-seed-2-0-lite-260215 # + model: doubao-seed-2-0-pro-260215 # doubao-seed-2-0-lite-260215 # knowledge_url_model: doubao-seed-2-0-mini-260215 #doubao-seed-2-0-mini-260215 timeout: 2m max_output_tokens: 16000