diff --git a/scripts/create_config.sh b/scripts/create_config.sh index e30d284..bf7f023 100644 --- a/scripts/create_config.sh +++ b/scripts/create_config.sh @@ -3,10 +3,10 @@ conda init conda activate lang echo create blueberry config -python scripts/py_scripts/misc_tasks.py --save-path config/pipelines/blueberry.yaml \ +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 config/pipelines/xiaozhan.yaml \ No newline at end of file +python scripts/py_scripts/misc_tasks.py --save-path configs/pipelines/xiaozhan.yaml \ No newline at end of file