Skip to content

Releases: Zhou-chengy/pychatbot

1.0.1

27 Dec 05:29
0ae031b
Compare
Choose a tag to compare

这是小懒猫AI推出的闲聊SDK1.0.1版本。这个SDK是pyd文件,
示例:

-- coding: 'utf-8' --

from chat import chats
print("您需要什么帮助")
while True:
sel = input()
q = chats.chat(None,sel,"your-bot-name",age,"x","like")
print(q)

compare.pyd:
这是一个chat.pyd的依赖项