summaryrefslogtreecommitdiffstats
path: root/t3nsor/t3nsor_test.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--t3nsor/t3nsor_test.py (renamed from testing/t3nsor_test.py)2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/t3nsor_test.py b/t3nsor/t3nsor_test.py
index 38e047b9..eb8e2ae8 100644
--- a/testing/t3nsor_test.py
+++ b/t3nsor/t3nsor_test.py
@@ -4,4 +4,4 @@ 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
+ print(response.completion.choices[0].text)