mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-09 08:45:44 +08:00
update model_config.py.example
This commit is contained in:
parent
bda1b01a2d
commit
4c61a642cf
@ -131,13 +131,13 @@ LLM_DEVICE = "auto"
|
|||||||
|
|
||||||
text_splitter_dict = {
|
text_splitter_dict = {
|
||||||
"ChineseRecursiveTextSplitter": {
|
"ChineseRecursiveTextSplitter": {
|
||||||
"source": "huggingface",
|
|
||||||
"tokenizer_name_or_path": "gpt2",
|
|
||||||
},
|
|
||||||
"SpacyTextSplitter": {
|
|
||||||
"source": "",
|
"source": "",
|
||||||
"tokenizer_name_or_path": "",
|
"tokenizer_name_or_path": "",
|
||||||
},
|
},
|
||||||
|
"SpacyTextSplitter": {
|
||||||
|
"source": "huggingface",
|
||||||
|
"tokenizer_name_or_path": "gpt2",
|
||||||
|
},
|
||||||
"RecursiveCharacterTextSplitter": {
|
"RecursiveCharacterTextSplitter": {
|
||||||
"source": "tiktoken",
|
"source": "tiktoken",
|
||||||
"tokenizer_name_or_path": "cl100k_base",
|
"tokenizer_name_or_path": "cl100k_base",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user