File size: 427 Bytes
591004d
 
 
 
 
 
 
 
 
 
 
 
1aabfc1
591004d
1aabfc1
591004d
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!python
# -*- coding: utf-8 -*-
# @author: Kun

####################################################

# lang_opt = "zh1"
lang_opt = "zh2"
# lang_opt = "en"

####################################################

llm_model_opt = "openai"
# llm_model_opt = "vicuna"
#llm_model_opt = "chatglm"
# llm_model_opt = "baichuan"
# llm_model_opt = "aquila"
# llm_model_opt = "falcon"

####################################################