Update aitrain.py
This commit is contained in:
parent
0123281098
commit
0d58f48cd8
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ async def train(ctx):
|
|||
async def stopbot(ctx):
|
||||
if ctx.author.id == 666378959184855042:
|
||||
await ctx.send("data collection done, I will now log of discord and build an a.i")
|
||||
textgen.train_from_file('train.txt', num_epochs=1)
|
||||
textgen.train_from_file('train.txt', num_epochs=11)
|
||||
|
||||
|
||||
client.run('BOTTOKEN')
|
||||
|
|
Loading…
Reference in a new issue