File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ EXEC_HOME=`pwd`
1616# $xsed "s#'CAN_REPLACE_LOGO': 'False'#'CAN_REPLACE_LOGO': 'True'#g" ${EXEC_HOME}/api/config.py
1717# $xsed "s#Dify OpenAPI#BlockAI OpenAPI#g" ${EXEC_HOME}/api/controllers/service_api/index.py
1818
19- find ../api -type f -name " *.py" -o -name " *.yaml" | grep -vE " remove_extra_tracing_app_config_table|model.py|wraps.py|setup.py|init_validate.py|account_service.py" | xargs grep -E " [ '\" ]Dify[ '\" ]" | grep -vE " DifySetup|account_service"
20- find ../api -type f -name " *.py" -o -name " *.yaml" | grep -vE " remove_extra_tracing_app_config_table|model.py|wraps.py|setup.py|init_validate.py|account_service.py" | xargs grep -E " [ '\" ]Dify[ '\" ]" | grep -vE " DifySetup|account_service" | awk -F ' :' ' {print $1}' | xargs -I@ sh -c " sed -i.bak 's#Dify#LLMAI#g' @"
19+ find ../api -type f -name " *.py" -o -name " *.yaml" | grep -vE " remove_extra_tracing_app_config_table|model.py|wraps.py|setup.py|init_validate.py|account_service.py|app_factory.py|dify_app.py " | xargs grep -E " [ '\" ]Dify[ '\" ]" | grep -vE " DifySetup|account_service|dify_app "
20+ find ../api -type f -name " *.py" -o -name " *.yaml" | grep -vE " remove_extra_tracing_app_config_table|model.py|wraps.py|setup.py|init_validate.py|account_service.py|app_factory.py|dify_app.py " | xargs grep -E " [ '\" ]Dify[ '\" ]" | grep -vE " DifySetup|account_service|dify_app " | awk -F ' :' ' {print $1}' | xargs -I@ sh -c " sed -i.bak 's#Dify#LLMAI#g' @"
2121
2222exit 0
You can’t perform that action at this time.
0 commit comments