added a site and some refratoring
This commit is contained in:
5
testing/theb_test.py
Normal file
5
testing/theb_test.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from gpt4free import theb
|
||||
|
||||
for token in theb.Completion.create('hello world'):
|
||||
print(token, end='', flush=True)
|
||||
print('asdsos')
|
||||
Reference in New Issue
Block a user