summaryrefslogtreecommitdiffstats
path: root/testing/sqlchat_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/sqlchat_test.py')
-rw-r--r--testing/sqlchat_test.py7
1 files changed, 0 insertions, 7 deletions
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