From ac96278d74c8fa9f70e07190df7e602cfec118f6 Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:32:39 +0100 Subject: theb.ai --- theb/theb_test.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 theb/theb_test.py (limited to 'theb/theb_test.py') 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 -- cgit v1.2.3