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