From 1704cbebc8713b9a29e71db310b6cf2b5cf13bcf Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:15:49 +0100 Subject: _ --- testing/sqlchat_test.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 testing/sqlchat_test.py (limited to 'testing/sqlchat_test.py') diff --git a/testing/sqlchat_test.py b/testing/sqlchat_test.py deleted file mode 100644 index 28e9d2e3..00000000 --- a/testing/sqlchat_test.py +++ /dev/null @@ -1,7 +0,0 @@ -import sqlchat - -for response in sqlchat.StreamCompletion.create( - prompt = 'write python code to reverse a string', - messages = []): - - print(response.completion.choices[0].text, end='') \ No newline at end of file -- cgit v1.2.3