mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-05 11:01:09 +00:00
chore(model): Update the default model to glm-4-9b-chat (#1629)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#** LLM MODELS **#
|
||||
#*******************************************************************#
|
||||
# LLM_MODEL, see dbgpt/configs/model_config.LLM_MODEL_CONFIG
|
||||
LLM_MODEL=vicuna-13b-v1.5
|
||||
LLM_MODEL=glm-4-9b-chat
|
||||
## LLM model path, by default, DB-GPT will read the model path from LLM_MODEL_CONFIG based on the LLM_MODEL.
|
||||
## Of course you can specify your model path according to LLM_MODEL_PATH
|
||||
## In DB-GPT, the priority from high to low to read model path:
|
||||
@@ -25,7 +25,7 @@ LLM_MODEL=vicuna-13b-v1.5
|
||||
## 2. environment variable with key: MODEL_PATH
|
||||
## 3. environment variable with key: LLM_MODEL_PATH
|
||||
## 4. the config in dbgpt/configs/model_config.LLM_MODEL_CONFIG
|
||||
# LLM_MODEL_PATH=/app/models/vicuna-13b-v1.5
|
||||
# LLM_MODEL_PATH=/app/models/glm-4-9b-chat
|
||||
# LLM_PROMPT_TEMPLATE=vicuna_v1.1
|
||||
MODEL_SERVER=http://127.0.0.1:8000
|
||||
LIMIT_MODEL_CONCURRENCY=5
|
||||
|
Reference in New Issue
Block a user