article / global_config.py
zxsipola123456's picture
Upload 33 files
591004d verified
raw
history blame
428 Bytes
#!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"
####################################################