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