forked from gooberinc/goober
probably wasnt a good idea tbh
This commit is contained in:
parent
e333e9bba2
commit
5c81bcca68
3 changed files with 2 additions and 4 deletions
2
bot.py
2
bot.py
|
@ -180,8 +180,6 @@ async def retrain(ctx: commands.Context) -> None:
|
|||
|
||||
for i, data in enumerate(memory):
|
||||
processed_data += 1
|
||||
if processed_data % 1000 == 0 or processed_data == data_size:
|
||||
await send_message(ctx, f"{_('command_markov_retraining').format(processed_data=processed_data, data_size=data_size)}", edit=True, message_reference=processing_message_ref)
|
||||
|
||||
global markov_model
|
||||
markov_model = train_markov_model(memory)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue