added a site and some refratoring

This commit is contained in:
t.me/xtekky
2023-04-30 12:42:21 +01:00
parent d1ac26833a
commit e02094de5b
8 changed files with 88 additions and 42 deletions

5
testing/theb_test.py Normal file
View File

@@ -0,0 +1,5 @@
from gpt4free import theb
for token in theb.Completion.create('hello world'):
print(token, end='', flush=True)
print('asdsos')