diff options
author | Raju Komati <komatiraju032@gmail.com> | 2023-05-01 16:34:45 +0200 |
---|---|---|
committer | Raju Komati <komatiraju032@gmail.com> | 2023-05-01 16:34:45 +0200 |
commit | 05494ebbb1436db8028d1e6e8189c550dc9ddf03 (patch) | |
tree | 636c1cb8ff869b90b9e5e86c664cd113d92cbce7 /testing/theb_test.py | |
parent | updated quora readme (diff) | |
download | gpt4free-05494ebbb1436db8028d1e6e8189c550dc9ddf03.tar gpt4free-05494ebbb1436db8028d1e6e8189c550dc9ddf03.tar.gz gpt4free-05494ebbb1436db8028d1e6e8189c550dc9ddf03.tar.bz2 gpt4free-05494ebbb1436db8028d1e6e8189c550dc9ddf03.tar.lz gpt4free-05494ebbb1436db8028d1e6e8189c550dc9ddf03.tar.xz gpt4free-05494ebbb1436db8028d1e6e8189c550dc9ddf03.tar.zst gpt4free-05494ebbb1436db8028d1e6e8189c550dc9ddf03.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') |