From 728d5934d794360ae70970616df8bc3e27ecbbed Mon Sep 17 00:00:00 2001 From: goulustis Date: Tue, 3 Mar 2026 15:51:34 +0800 Subject: [PATCH] create config file --- scripts/create_config.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 scripts/create_config.sh diff --git a/scripts/create_config.sh b/scripts/create_config.sh new file mode 100644 index 0000000..e30d284 --- /dev/null +++ b/scripts/create_config.sh @@ -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 \ No newline at end of file