Merge pull request #79 from vra/main

fix a typo
This commit is contained in:
Saifeddine ALOUI 2023-04-13 14:37:15 +01:00 committed by GitHub
commit f69473ed7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
app.py
View File

@ -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(