mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 11:07:06 +00:00
[fix](chat) add env bash to env.sh (#30)
Co-authored-by: lexluo <lexluo@tencent.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
# python path
|
||||
export python_path="/usr/local/bin/python3.9"
|
||||
# pip path
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
export APP_NAME=chat-service
|
||||
export MAIN_CLASS=com.tencent.supersonic.ChatLauncher
|
||||
@@ -1,2 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
export APP_NAME=semantic-service
|
||||
export MAIN_CLASS=com.tencent.supersonic.SemanticLauncher
|
||||
@@ -1,2 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
export APP_NAME=chat-service
|
||||
export MAIN_CLASS=com.tencent.supersonic.StandaloneLauncher
|
||||
|
||||
Reference in New Issue
Block a user