16 Commits

Author SHA1 Message Date
bobloy
59090b9eaa Merge branch 'master' into chatter_develop
# Conflicts:
#	chatter/chat.py
2021-03-15 15:47:58 -04:00
bobloy
675e9b82c8
Update README.md
Fix typo in cog name and unnecessary <>
2020-10-21 14:22:40 -04:00
bobloy
4634210960 Add automatic install option 2020-10-19 16:24:39 -04:00
bobloy
b8aceb003e
Update README.md
Fix tyop
2020-09-08 15:41:24 -04:00
bobloy
2e65c137f3
Update README.md
Added 64 bit python requirement for Windows
2020-09-08 15:40:40 -04:00
bobloy
5eb31a277d
Update README.md 2020-09-08 12:27:19 -04:00
bobloy
9f6a05ae88
Update README.md
More verbose downloader instructions
2020-09-05 15:26:38 -04:00
bobloy
53649137a2
Merge pull request #119 from bobloy/chatter_develop
Chatter Threshold: It's actually a maximum
2020-08-13 12:08:55 -04:00
bobloy
c302be7fb5
Merge pull request #117 from bobloy/bobloy-patch-1
Update README.md
2020-08-13 12:07:16 -04:00
bobloy
f9ae2d6f7e It's actually a maximum 2020-08-13 12:06:27 -04:00
bobloy
4fcc12a2d8 Allow specifying algorithm and model 2020-08-13 12:02:54 -04:00
bobloy
f55bc4d583
Update README.md
Add notes about `trainubuntu`
2020-08-13 09:57:50 -04:00
bobloy
e75c0bb737
Update README.md
Add Linux install instructions
2020-07-30 12:38:46 -04:00
bobloy
ac31115750
Update README.md
Mention using virtual environment
2020-07-30 10:50:10 -04:00
bobloy
9c09d18699
Update README.md 2020-07-30 10:20:09 -04:00
bobloy
225246be9a
Chatter revamp (#107)
* Move to importing the actual library

* Chat revamp

* Attempt at functioning info

* Remove chatterbot as a requirement, install manually

* Add chatter README.md
Switch to medium spaCy model by default
Correct paths for requirements.txt

* Add Known Issues to README.md

* Forgot about this line. Was it causes reload issue?

* Known Issues: Installation

* Add some more tags

* Adjust requirements

* Bump chatter to Beta, ccrole to release, dad to Beta, hangman to Beta, infochannel to Beta

* Gotta be medium in requirements as wel

* Better conversation grouping and formatting

* Random instead of first for more variety
Disable custom similarity threshold for now, until it's configurable
use filter to avoid looking at empty messages
2020-07-30 09:59:03 -04:00