21 Star 14 Fork 8

openKylin/chthonian

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.py 990 Bytes
一键复制 编辑 原始数据 按行查看 历史
宋帮诚晋 提交于 2022-10-08 17:01 . Initial commit
default_config_yaml = "./config.yaml"
log_path = "/tmp/poc.log"
use_mongo = False
mongo_url = "mongodb://127.0.0.1/"
mongo_db_name = "poc"
mongo_task_coll = "tasks"
mongo_resp_coll = "response"
mongo_basic_coll = "basic"
use_sqlite = True
sqlite_path = "/tmp/poc.db"
banner = '''
_______ __ __ _______ __ __ _______ __ _ ___ _______ __ _
| || | | || || | | || || | | || | | _ || | | |
| || |_| ||_ _|| |_| || _ || |_| || | | |_| || |_| |
| || | | | | || | | || || | | || |
| _|| | | | | || |_| || _ || | | || _ |
| |_ | _ | | | | _ || || | | || | | _ || | | |
|_______||__| |__| |___| |__| |__||_______||_| |__||___| |__| |__||_| |__|
'''
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openkylin/chthonian.git
git@gitee.com:openkylin/chthonian.git
openkylin
chthonian
chthonian
master

搜索帮助