From 3de96f721a228b5059904aca9436b43f40723029 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Tue, 1 Mar 2022 08:46:01 -0600 Subject: Add a no-op none backend for bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 54cc31c..1c77fbc 100644 --- a/bot.py +++ b/bot.py @@ -5,7 +5,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM parser = ArgumentParser() -parser.add_argument('-b', '--backend', choices=['mastodon', 'misskey', 'matrix'], default='mastodon', +parser.add_argument('-b', '--backend', choices=['mastodon', 'misskey', 'matrix', 'none'], default='mastodon', help='fediverse server type') parser.add_argument('-i', '--instance', help='Mastodon instance hosting the bot') parser.add_argument('-t', '--token', help='Mastodon application access token') -- cgit v1.2.3-70-g09d2