feat: 优化聊天功能与模型配置

This commit is contained in:
renzhiyuan 2025-11-20 15:44:48 +08:00
parent 386c565f01
commit 599a2aad44
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ CONFIG_FILE="config/config.yaml"
BRANCH="master" BRANCH="master"
if [ "$MODE" = "dev" ]; then if [ "$MODE" = "dev" ]; then
CONFIG_FILE="config/config_test.yaml" CONFIG_FILE="config/config_test.yaml"
BRANCH="v2" BRANCH="test"
fi fi
git fetch origin git fetch origin