added gpt4free package

This commit is contained in:
Raju Komati
2023-04-29 14:55:24 +05:30
parent 94b30306f0
commit 54b4c789a7
66 changed files with 492 additions and 422 deletions

View File

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