diff options
author | zzj1804 <[email protected]> | 2021-12-02 14:38:48 +0800 |
---|---|---|
committer | zzj1804 <[email protected]> | 2021-12-02 14:38:48 +0800 |
commit | 37ad77a6f7966d0394a43134ab1339533dc16ecf (patch) | |
tree | e514db6e8099af691fc496a50ccf3fd7598634b3 /requirements.txt | |
parent | b19cf7768a70cf639853d9d33a6ab2a3d56e7045 (diff) | |
download | ATRI-37ad77a6f7966d0394a43134ab1339533dc16ecf.tar.gz ATRI-37ad77a6f7966d0394a43134ab1339533dc16ecf.tar.bz2 ATRI-37ad77a6f7966d0394a43134ab1339533dc16ecf.zip |
新增chatbot插件,从群聊天学习,并随机回话 修改chat插件,无法回话时尝试chatterbot
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index bef0a64..2adedb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ pathlib>=1.0.1 pytz>=2020.1 pyyaml>=5.4 scikit-image>=0.18.3 -tensorflow>=2.6.0
\ No newline at end of file +tensorflow>=2.6.0 +chatterbot>=1.0.0
\ No newline at end of file |