diff options
author | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-13 17:49:16 +0200 |
---|---|---|
committer | t.me/xtekky <98614666+xtekky@users.noreply.github.com> | 2023-04-13 17:49:16 +0200 |
commit | 351fbbb1e6ac47b1e0e3ba5107a65d570ec6f4ce (patch) | |
tree | c792ea5f18fabede77f7d1180fd85868d17eef76 /testing | |
parent | quora (poe) [gpt-4/3.5] create bot feature fix (diff) | |
download | gpt4free-351fbbb1e6ac47b1e0e3ba5107a65d570ec6f4ce.tar gpt4free-351fbbb1e6ac47b1e0e3ba5107a65d570ec6f4ce.tar.gz gpt4free-351fbbb1e6ac47b1e0e3ba5107a65d570ec6f4ce.tar.bz2 gpt4free-351fbbb1e6ac47b1e0e3ba5107a65d570ec6f4ce.tar.lz gpt4free-351fbbb1e6ac47b1e0e3ba5107a65d570ec6f4ce.tar.xz gpt4free-351fbbb1e6ac47b1e0e3ba5107a65d570ec6f4ce.tar.zst gpt4free-351fbbb1e6ac47b1e0e3ba5107a65d570ec6f4ce.zip |
Diffstat (limited to 'testing')
-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 |