diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/test_main.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/test_main.py b/testing/test_main.py index bd4d03e9..7c28f1d2 100644 --- a/testing/test_main.py +++ b/testing/test_main.py @@ -6,8 +6,7 @@ response = gpt4free.Completion.create(Provider.You, prompt='Write a poem on Lion print(response) # usage Poe -# token = quora.Account.create(logging=False) -token = 'GKzCahZYGKhp76LfE197xw==' +token = quora.Account.create(logging=False) response = gpt4free.Completion.create(Provider.Poe, prompt='Write a poem on Lionel Messi', token=token, model='ChatGPT') print(response) |