mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-05 06:03:14 +08:00
update model_config.py
This commit is contained in:
parent
12316d0658
commit
483b7dd291
@ -52,18 +52,7 @@ llm_model_dict = {
|
|||||||
"local_model_path": None,
|
"local_model_path": None,
|
||||||
"provides": "ChatGLM"
|
"provides": "ChatGLM"
|
||||||
},
|
},
|
||||||
"llama-7b-hf": {
|
|
||||||
"name": "llama-7b-hf",
|
|
||||||
"pretrained_model_name": "llama-7b-hf",
|
|
||||||
"local_model_path": None,
|
|
||||||
"provides": "LLamaLLM"
|
|
||||||
},
|
|
||||||
"vicuna-13b-hf": {
|
|
||||||
"name": "vicuna-13b-hf",
|
|
||||||
"pretrained_model_name": "vicuna-13b-hf",
|
|
||||||
"local_model_path": None,
|
|
||||||
"provides": "LLamaLLM"
|
|
||||||
},
|
|
||||||
"chatyuan": {
|
"chatyuan": {
|
||||||
"name": "chatyuan",
|
"name": "chatyuan",
|
||||||
"pretrained_model_name": "ClueAI/ChatYuan-large-v2",
|
"pretrained_model_name": "ClueAI/ChatYuan-large-v2",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user