mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-20 21:57:14 +08:00
新增钉钉机器人(Stream模式)
This commit is contained in:
@@ -40,5 +40,8 @@ def create_channel(channel_type):
|
||||
elif channel_type == const.FEISHU:
|
||||
from channel.feishu.feishu_channel import FeiShuChanel
|
||||
return FeiShuChanel()
|
||||
elif channel_type == const.DINGTALK:
|
||||
from channel.dingtalk.dingtalk_channel import DingTalkChanel
|
||||
return DingTalkChanel()
|
||||
|
||||
raise RuntimeError
|
||||
|
||||
Reference in New Issue
Block a user