feat(openai): 移除 NLP 相关接口及模型

This commit is contained in:
Fu Diwei
2022-11-21 13:11:34 +08:00
parent 16aaeb3c31
commit e356449b67
66 changed files with 102 additions and 2159 deletions

View File

@@ -1,4 +1,4 @@
<xml>
<xml>
<userid>用户的唯一ID通常为用户在微信的openid</userid>
<appid>应用的appid</appid>
<content>
@@ -6,8 +6,8 @@
</content>
<event>userEnter</event>
<from>0</from>
<status>0</status>
<channel>0</channel>
<kfstate>0</kfstate>
<channel>0</channel>
<assessment>0</assessment>
<createtime>1234567890</createtime>
</xml>

View File

@@ -1,10 +1,10 @@
<xml>
<xml>
<userid>用户的唯一ID通常为用户在微信的openid</userid>
<appid>应用的appid</appid>
<event>userQuit</event>
<from>0</from>
<status>0</status>
<channel>0</channel>
<kfstate>0</kfstate>
<channel>0</channel>
<assessment>0</assessment>
<createtime>1234567890</createtime>
</xml>