diff options
author | Raju Komati <komatiraju032@gmail.com> | 2023-04-27 23:28:12 +0200 |
---|---|---|
committer | Raju Komati <komatiraju032@gmail.com> | 2023-04-27 23:28:47 +0200 |
commit | dc1d9834f97bc5044c6417aeb44b9ca84bd18118 (patch) | |
tree | 23dd20d492eb9e6d3d337692d2683ec15dd60695 /theb/theb_test.py | |
parent | update openai_rev module add test file with simple use (diff) | |
download | gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar.gz gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar.bz2 gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar.lz gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar.xz gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.tar.zst gpt4free-dc1d9834f97bc5044c6417aeb44b9ca84bd18118.zip |
Diffstat (limited to 'theb/theb_test.py')
-rw-r--r-- | theb/theb_test.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/theb/theb_test.py b/theb/theb_test.py deleted file mode 100644 index 177c970a..00000000 --- a/theb/theb_test.py +++ /dev/null @@ -1,4 +0,0 @@ -import theb - -for token in theb.Completion.create('hello world'): - print(token, end='', flush=True)
\ No newline at end of file |