theb.ai
This commit is contained in:
4
theb/theb_test.py
Normal file
4
theb/theb_test.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import theb
|
||||
|
||||
for token in theb.Completion.create('hello world'):
|
||||
print(token, end='', flush=True)
|
||||
Reference in New Issue
Block a user