Add TigerBot

This commit is contained in:
Changhua
2023-07-08 07:36:00 +08:00
parent 0ae9370df6
commit 78fa5035a1
2 changed files with 5 additions and 0 deletions

View File

@@ -50,3 +50,7 @@ news:
# api: https://api.openai.com/v1 # 如果你不知道这是干嘛的,就不要改
# proxy: # 如果你在国内你可能需要魔法大概长这样http://域名或者IP地址:端口号
# prompt: 你是智能聊天机器人你叫wcferry # 根据需要对角色进行设定
tigerbot:
key: key
model: tigerbot-7b-sft

View File

@@ -30,3 +30,4 @@ class Config(object):
self.GROUPS = yconfig["groups"]["enable"]
self.CHATGPT = yconfig.get("chatgpt")
self.NEWS = yconfig["news"]["receivers"]
self.TIGERBOT = yconfig.get("tigerbot")