added theb to openai_rev module

This commit is contained in:
Raju Komati
2023-04-28 02:58:12 +05:30
parent b206a1eb63
commit dc1d9834f9
9 changed files with 35 additions and 21 deletions

View File

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