config.ini 542 Bytes
Newer Older
Rayyyyy's avatar
Rayyyyy committed
1
[default]
chenych's avatar
update  
chenych committed
2
work_dir = /home/
chenych's avatar
chenych committed
3
4
5
bind_port = 8000
use_template = False
output_format = True
Rayyyyy's avatar
Rayyyyy committed
6
7

[feature_database]
chenych's avatar
update  
chenych committed
8
9
10
reject_throttle = 0.61
embedding_model_path = /home/Embedding_model/text2vec-large-chinese
reranker_model_path = /home/Embedding_model/bce-reranker-base_v1
Rayyyyy's avatar
Rayyyyy committed
11

chenych's avatar
chenych committed
12
13
14
[model]
llm_service_address = http://127.0.0.1:8001
local_service_address = http://127.0.0.1:8002
chenych's avatar
update  
chenych committed
15
16
17
cls_model_path = /home/llm_model/bert-base-chinese
llm_model = /home/llm_model/Llama3.1-8B-Chinese-Chat/
local_model = /home/llm_model/llama3-jifu-0717-1024
chenych's avatar
chenych committed
18
max_input_length = 1400