config.ini 511 Bytes
Newer Older
Rayyyyy's avatar
Rayyyyy committed
1
[default]
chenych's avatar
chenych committed
2
3
4
5
work_dir = /path/to/your/ai/work_dir
bind_port = 8000
use_template = False
output_format = True
Rayyyyy's avatar
Rayyyyy committed
6
7

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

chenych's avatar
chenych committed
12
13
14
15
16
17
18
[model]
llm_service_address = http://127.0.0.1:8001
local_service_address = http://127.0.0.1:8002
cls_model_path = /path/of/classification
llm_model = /path/to/your/Llama3-8B-Chinese-Chat/
local_model = /path/to/your/Finetune/
max_input_length = 1400