From e02094de5baac85613855c8a6c9ae1298324ad0e Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Sun, 30 Apr 2023 12:42:21 +0100 Subject: added a site and some refratoring --- test.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test.py (limited to 'test.py') diff --git a/test.py b/test.py deleted file mode 100644 index 0fd2ec8b..00000000 --- a/test.py +++ /dev/null @@ -1,5 +0,0 @@ -from gpt4free import theb - -for token in theb.Completion.create('hello world'): - print(token, end='', flush=True) - print('asdsos') \ No newline at end of file -- cgit v1.2.3