mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 09:48:22 +08:00
支持ZhipuAI GLM系列模型和画图代码
This commit is contained in:
@@ -52,4 +52,8 @@ def create_bot(bot_type):
|
||||
from bot.gemini.google_gemini_bot import GoogleGeminiBot
|
||||
return GoogleGeminiBot()
|
||||
|
||||
elif bot_type == const.ZHIPU_AI:
|
||||
from bot.zhipuai.zhipuai_bot import ZHIPUAIBot
|
||||
return ZHIPUAIBot()
|
||||
|
||||
raise RuntimeError
|
||||
|
||||
Reference in New Issue
Block a user