mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-15 22:46:49 +00:00
(improvement)(launcher)Introduce supersonic-env.sh to incorporate LLM-related configs.
This commit is contained in:
@@ -17,13 +17,11 @@ ACT_MAX_WINDOWN_SIZE = 10
|
||||
[Text2Vec]
|
||||
HF_TEXT2VEC_MODEL_NAME = GanymedeNil/text2vec-large-chinese
|
||||
|
||||
|
||||
[LLMProvider]
|
||||
LLM_PROVIDER_NAME = openai
|
||||
|
||||
|
||||
[LLMModel]
|
||||
MODEL_NAME = gpt-3.5-turbo
|
||||
OPENAI_API_KEY = YOUR_API_KEY
|
||||
OPENAI_API_BASE = http://YOUR_API_BASE
|
||||
TEMPERATURE = 0.0
|
||||
OPENAI_API_KEY = ${OPENAI_API_KEY}
|
||||
OPENAI_API_BASE = ${OPENAI_API_BASE}
|
||||
MODEL_NAME = ${OPENAI_MODEL_NAME}
|
||||
TEMPERATURE = ${OPENAI_TEMPERATURE}
|
||||
Reference in New Issue
Block a user