diff options
Diffstat (limited to 'testing/theb_test.py')
-rw-r--r-- | testing/theb_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
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') |