mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
(improvement)(chat) update llm url to llmParser in chat project (#92)
This commit is contained in:
@@ -58,6 +58,9 @@ function setEnvToWeb {
|
||||
}
|
||||
|
||||
function resetEnvironment {
|
||||
if [[ ${app_name} == $LLMPARSER_APP_NAME ]]; then
|
||||
return
|
||||
fi
|
||||
if [[ "$command" == "start" || "$command" == "restart" ]]; then
|
||||
#1. clear file
|
||||
mkdir -p ${runtimeDir}
|
||||
|
||||
Reference in New Issue
Block a user