From 68c200f6865aee7011afaf80a7b6cac3ac1528da Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 9 Feb 2023 15:12:12 -0500 Subject: [PATCH] heh --- api/test/test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/api/test/test.py b/api/test/test.py index 690622c..baba984 100644 --- a/api/test/test.py +++ b/api/test/test.py @@ -6,6 +6,7 @@ while True: break else: packet = { + 'bot_name': 'cartman', 'message': user_input, 'max_new_tokens': 20, 'num_beams': 2,