Add TODO
This commit is contained in:
parent
3e4ddb24f0
commit
61866b2c22
@ -143,7 +143,7 @@ class Chatter(Cog):
|
||||
total = len(data)
|
||||
# try:
|
||||
for c, convo in enumerate(data, 1):
|
||||
if len(convo) > 1:
|
||||
if len(convo) > 1: # TODO: Toggleable skipping short conversations
|
||||
print(f"{c} / {total}")
|
||||
trainer.train(convo)
|
||||
# except:
|
||||
|
Loading…
x
Reference in New Issue
Block a user