From 05494ebbb1436db8028d1e6e8189c550dc9ddf03 Mon Sep 17 00:00:00 2001 From: Raju Komati Date: Mon, 1 May 2023 20:04:45 +0530 Subject: refactored code --- testing/theb_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/theb_test.py') diff --git a/testing/theb_test.py b/testing/theb_test.py index 0fd2ec8b..5fa80908 100644 --- a/testing/theb_test.py +++ b/testing/theb_test.py @@ -2,4 +2,4 @@ from gpt4free import theb for token in theb.Completion.create('hello world'): print(token, end='', flush=True) - print('asdsos') \ No newline at end of file + print('asdsos') -- cgit v1.2.3