From fe3e3a13f566819f61418add5e5a2c1946fec33a Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Fri, 3 Feb 2023 11:41:53 -0500 Subject: [PATCH] update documentation --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16cacb7..3051f34 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,14 @@ List of directories and files created by the project and its dependencies: The bot has several commands: ```text -► generate ⇢ Generates a message in the room. -► train ⇢ Trains the AI's mini GPT-2 model. +► speak ⇢ Generates a message in the room. +► prompt ⇢ Generate a message using a prompt. +``` + +To train the AI, run this command: + +``` +> python3 train.py ``` ### Setup