diff options
Diffstat (limited to 'testing/theb_test.py')
-rw-r--r-- | testing/theb_test.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/theb_test.py b/testing/theb_test.py new file mode 100644 index 00000000..0fd2ec8b --- /dev/null +++ b/testing/theb_test.py @@ -0,0 +1,5 @@ +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 |