diff options
Diffstat (limited to 'testing/t3nsor_test.py')
-rw-r--r-- | testing/t3nsor_test.py | 7 |
1 files changed, 0 insertions, 7 deletions
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 |