summaryrefslogtreecommitdiffstats
path: root/gpt4free/theb/theb_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'gpt4free/theb/theb_test.py')
-rw-r--r--gpt4free/theb/theb_test.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/gpt4free/theb/theb_test.py b/gpt4free/theb/theb_test.py
new file mode 100644
index 00000000..c57d5c62
--- /dev/null
+++ b/gpt4free/theb/theb_test.py
@@ -0,0 +1,4 @@
+import theb
+
+for token in theb.Completion.create('hello world'):
+ print(token, end='', flush=True)