Add Google Bard

This commit is contained in:
aki66938
2023-12-14 09:46:04 +08:00
parent 8f5a0d9d61
commit c653cda0ff
6 changed files with 49 additions and 1 deletions

View File

@@ -35,3 +35,4 @@ class Config(object):
self.TIGERBOT = yconfig.get("tigerbot", {})
self.XINGHUO_WEB = yconfig.get("xinghuo_web", {})
self.CHATGLM = yconfig.get("chatglm", {})
self.BardAssistant = yconfig.get("bard", {})