diff options
Diffstat (limited to '')
-rw-r--r-- | test.py (renamed from openai_rev/theb/theb_test.py) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openai_rev/theb/theb_test.py b/test.py index 805ef094..4b39bd0a 100644 --- a/openai_rev/theb/theb_test.py +++ b/test.py @@ -1,4 +1,5 @@ -from openai_rev import theb +import theb for token in theb.Completion.create('hello world'): print(token, end='', flush=True) + print('asdsos')
\ No newline at end of file |