diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-27 20:32:39 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-27 20:32:39 +0200 |
commit | ac96278d74c8fa9f70e07190df7e602cfec118f6 (patch) | |
tree | 1db66f0bae8e34b8d15dbcbbcbb5a0e9216b1818 /theb/theb_test.py | |
parent | remove phind (diff) | |
download | gpt4free-ac96278d74c8fa9f70e07190df7e602cfec118f6.tar gpt4free-ac96278d74c8fa9f70e07190df7e602cfec118f6.tar.gz gpt4free-ac96278d74c8fa9f70e07190df7e602cfec118f6.tar.bz2 gpt4free-ac96278d74c8fa9f70e07190df7e602cfec118f6.tar.lz gpt4free-ac96278d74c8fa9f70e07190df7e602cfec118f6.tar.xz gpt4free-ac96278d74c8fa9f70e07190df7e602cfec118f6.tar.zst gpt4free-ac96278d74c8fa9f70e07190df7e602cfec118f6.zip |
Diffstat (limited to 'theb/theb_test.py')
-rw-r--r-- | theb/theb_test.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/theb/theb_test.py b/theb/theb_test.py new file mode 100644 index 00000000..177c970a --- /dev/null +++ b/theb/theb_test.py @@ -0,0 +1,4 @@ +import theb + +for token in theb.Completion.create('hello world'): + print(token, end='', flush=True)
\ No newline at end of file |