(improvement)(chat) reduce log in build.sh and set dir in individual (#219)

This commit is contained in:
lexluo09
2023-10-13 20:25:30 +08:00
committed by GitHub
parent f5ca33859c
commit 82ab9e3a6a
3 changed files with 10 additions and 5 deletions

View File

@@ -15,11 +15,6 @@ readonly STANDALONE_SERVICE="standalone"
readonly LLMPARSER_HOST="127.0.0.1"
readonly LLMPARSER_PORT="9092"
sbinDir=$(cd "$(dirname "$0")"; pwd)
baseDir=$(cd "$sbinDir/.." && pwd -P)
runtimeDir=$baseDir/../runtime
buildDir=$baseDir/build
function setEnvToWeb {
model_name=$1
json='{"env": "'$model_name'"}'