create config file

This commit is contained in:
2026-03-03 15:51:34 +08:00
parent 4974ca936c
commit 728d5934d7

12
scripts/create_config.sh Normal file
View File

@@ -0,0 +1,12 @@
source ~/.bashrc
conda init
conda activate lang
echo create blueberry config
python scripts/py_scripts/misc_tasks.py --save-path config/pipelines/blueberry.yaml \
react \
--sys-prompt-f configs/prompts/blueberry.txt \
--tool-manager-config.client-tool-manager.tool-keys
# echo create xiaozhan config
python scripts/py_scripts/misc_tasks.py --save-path config/pipelines/xiaozhan.yaml