chatglm3接入,可实现函数调用,代码执行等功能

This commit is contained in:
严浪
2023-11-12 13:41:01 +08:00
parent 51dac0eab1
commit 287e7a2592
8 changed files with 627 additions and 0 deletions

View File

@@ -33,3 +33,4 @@ class Config(object):
self.REPORT_REMINDERS = yconfig["report_reminder"]["receivers"]
self.TIGERBOT = yconfig.get("tigerbot")
self.XINGHUO_WEB = yconfig.get("xinghuo_web")
self.CHATGLM = yconfig.get("chatglm")