moved shell script
This commit is contained in:
12
scripts/shell_scripts/create_config.sh
Normal file
12
scripts/shell_scripts/create_config.sh
Normal 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 configs/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 configs/pipelines/xiaozhan.yaml
|
||||
Reference in New Issue
Block a user