diff options
author | Valerii <81074936+valerii-chirkov@users.noreply.github.com> | 2023-05-05 00:14:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-05 00:14:29 +0200 |
commit | b3754facf9ada5bbf018a3b38151a2bd384afd52 (patch) | |
tree | 9f7b519081274c8f1c735aa2145b935acf335755 /testing/theb_test.py | |
parent | add(quora/tests): Added a module with quora tests. (diff) | |
parent | Merge pull request #443 from TheTrueShell/main (diff) | |
download | gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar.gz gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar.bz2 gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar.lz gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar.xz gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.tar.zst gpt4free-b3754facf9ada5bbf018a3b38151a2bd384afd52.zip |
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') |