feat: Support llama-2 model

This commit is contained in:
FangYin Cheng
2023-07-20 21:43:20 +08:00
parent 412b104797
commit 168c754a3f
12 changed files with 671 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ cp .env.template .env
LLM_MODEL=vicuna-13b
MODEL_SERVER=http://127.0.0.1:8000
```
now we support models vicuna-13b, vicuna-7b, chatglm-6b, flan-t5-base, guanaco-33b-merged, falcon-40b, gorilla-7b.
now we support models vicuna-13b, vicuna-7b, chatglm-6b, flan-t5-base, guanaco-33b-merged, falcon-40b, gorilla-7b, llama-2-7b, llama-2-13b.
if you want use other model, such as chatglm-6b, you just need update .env config file.
```