[fix](chat) add env bash to env.sh (#30)

Co-authored-by: lexluo <lexluo@tencent.com>
This commit is contained in:
lexluo09
2023-08-15 18:08:45 +08:00
committed by GitHub
parent 6c7c1ffbeb
commit 2732d8fee1
4 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env bash
# python path
export python_path="/usr/local/bin/python3.9"
# pip path

View File

@@ -1,2 +1,3 @@
#!/usr/bin/env bash
export APP_NAME=chat-service
export MAIN_CLASS=com.tencent.supersonic.ChatLauncher

View File

@@ -1,2 +1,3 @@
#!/usr/bin/env bash
export APP_NAME=semantic-service
export MAIN_CLASS=com.tencent.supersonic.SemanticLauncher

View File

@@ -1,2 +1,3 @@
#!/usr/bin/env bash
export APP_NAME=chat-service
export MAIN_CLASS=com.tencent.supersonic.StandaloneLauncher