refine manul parser (#131)

This commit is contained in:
KevinHuSh
2024-03-19 12:26:04 +08:00
committed by GitHub
parent d56c9e7630
commit 9da671b951
13 changed files with 145 additions and 52 deletions

View File

@ -72,13 +72,13 @@ default_llm = {
},
"Local": {
"chat_model": "qwen-14B-chat",
"embedding_model": "flag-enbedding",
"embedding_model": "flag-embedding",
"image2text_model": "",
"asr_model": "",
},
"Moonshot": {
"chat_model": "moonshot-v1-8k",
"embedding_model": "flag-enbedding",
"embedding_model": "",
"image2text_model": "",
"asr_model": "",
}