diff options
Diffstat (limited to '')
-rw-r--r-- | testing/poe_test.py | 2 | ||||
-rw-r--r-- | testing/t3nsor_test.py (renamed from t3nsor/t3nsor_test.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/testing/poe_test.py b/testing/poe_test.py index 6e91fb01..122f19c7 100644 --- a/testing/poe_test.py +++ b/testing/poe_test.py @@ -6,7 +6,7 @@ print('token', token) sleep(2) -for response in quora.StreamingCompletion.create(model = 'gpt-4', +for response in quora.StreamingCompletion.create(model = 'gpt-3.5-turbo', prompt = 'hello world', token = token): diff --git a/t3nsor/t3nsor_test.py b/testing/t3nsor_test.py index eb8e2ae8..eb8e2ae8 100644 --- a/t3nsor/t3nsor_test.py +++ b/testing/t3nsor_test.py |