From 69d6cce0f1a6d568df199a047a1cf4f2ed55b8bd Mon Sep 17 00:00:00 2001 From: Yunfeng Wang Date: Thu, 13 Apr 2023 21:27:50 +0800 Subject: [PATCH] fix a typo --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 9b91f864..bcdf23c9 100644 --- a/app.py +++ b/app.py @@ -439,7 +439,7 @@ GPT4All:Welcome! I'm here to assist you with anything you need. What can I do fo if __name__ == "__main__": parser = argparse.ArgumentParser(description="Start the chatbot Flask app.") parser.add_argument( - "-s", "--seed", type=int, default=None, help="Force using a specific model." + "-s", "--seed", type=int, default=None, help="Force using a specific seed value." ) parser.add_argument(