From 1981d379d5b79d858f1c0faa8e4c95bcb4e98236 Mon Sep 17 00:00:00 2001 From: Raju Komati Date: Sat, 29 Apr 2023 15:43:24 +0530 Subject: added readme for gpt4 module --- testing/test_main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'testing/test_main.py') 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) -- cgit v1.2.3